Posted on January 01, 2008 at 08:05you can define it as ''int fofo;'' in one file and as ''extern int fofo;'' in the other. There is more fancy way to do the same - via include file. If you would try Google for ''creating global variable in c'' you ...
Posted on December 26, 2007 at 10:28volius, Interesting... I copied Erase procedure to RAM, but didn't consider to do that same to Unprotect routine. I'll try dummy write as you recomend.
Posted on December 26, 2007 at 10:14Few more finding 4. It appears that 8-bit BSPI mode reduces SPI bandwidth to half. It looks like 16-bit shift register clocked 16 times anyway, while first 8 pulses are masked out in the chip. It is not immidiatel...
Posted on December 26, 2007 at 05:28Hi *.*, I’d like to share my experience with STR710F2 and get confirmation (or better disapproval to my findings). SPI: 1. Old fact: In slave mode SS pin must be configured as input and connected to VCC. I’ve ...