PDA

View Full Version : Is 10F220 supported ?



ruijc
- 25th November 2009, 19:01
Hi guys,

I've noticed that in my PBP folder there's no inc file for the 10F220 pics.
However inside the INC folder there's a file called M10F22X.inc and inside theres a reference of the 10F220 ( PIC10F220 equ 40010000h ; 12-Bit, 256 Code, 0 EE, ID = 0 ).

While in MicroCode Studio there is no option for 10F220.

Is it possible to add it to the list ?

Thanks

Darrel Taylor
- 25th November 2009, 22:21
The 10F200/204/220 only have 16 bytes of RAM, which isn't enough for PBP's system variables, let alone leave anything for User variables.

The 10F202/206 have 24 bytes, which normally leaves 4-bytes for variables.
And the 10F222 has 23.
<br>

ruijc
- 26th November 2009, 21:08
Thanks Darrel,

that explains it.

Best Regards
Rui