Posted on July 23, 2007 at 02:27I think I may have found a bug in the Cosmic compiler V4.5.5. This indirect call with one parameter compiles perfectly: ******************************* int FunctionOne(unsigned int x) { } void main(void) { int Functi...
Posted on April 15, 2007 at 09:26On page 3-9 of the ''C Language manual Rev. 1.1'' it says: ''A bitfield without name will be used to skip the corresponding amount of bits in the allocation unit.'' I'm not sure how to do that. Take this example, I w...
Posted on April 13, 2007 at 06:13I'm using an ST72F324BJ4 and a m93c66 (Microwire part). Do you have any code/library to talk to that part in C or asm?
Posted on March 23, 2007 at 10:01OK, thanks for that important info! So, now the question is, will the SPI routines in the ''ST7 Programming Library'' talk to the STM Microwire EEProm part? If yes, are there any important tips to know? If no, is the...