Posted on May 17, 2011 at 13:20Hi Fellow Programmers and ST Support: Does anybody know how to assign a fixed address to a variable (not a pointer) at creation time? I seem to remember some compilers allow the @ symbol to do this, for example: u8 abc...
Posted on May 17, 2011 at 13:20Garry's Rules for correct STM32 development and testing: 1. Check that you have turned on the power and verify power is reaching the CPU (volt meter or scope). 2. Check that you have connected all the cables to the equ...
Posted on May 17, 2011 at 13:20Hi George: Don't forget Garry's Rule #6: When an I/O pin is not behaving as expected, make sure that the GPIO function has been set correctly for that pin, and also that the Clock to the Peripheral has been enabled. Go...
Posted on May 17, 2011 at 13:20Hi George: I am using I2C1 for external EE device. Also, I am using the ST Firmware Library. The code in the attache file works for me. Hope it helps you. To find out what happens with the Firmware Library function cal...
Posted on May 17, 2011 at 13:20Hi Fellow Programmers: My trial and error produced the follow results. Hope it helps others: The FSMC Pin D6 (for nWAIT control) should be left as GPIO floating or IPU. Any other setting creates problems. Somehow, the ...