Posted on May 17, 2011 at 13:20I just migrated my IAR application to a new computer and got this message when I first tried to recompile my project. It won't compile the stm32f10x_tim.c module. I thought the limit was 32 KB (for the whole program)? ...
Posted on May 17, 2011 at 13:20Hi, Bit banding seems hard but is not really. Basically, it means each and every single bit in a peripheral register (eg. HSION in the RCC_CR register) has a corresponding 32-bit value in the 'Bit-band' region. This is...
Posted on May 17, 2011 at 13:19Can anyone tell me, does the C-SPY simulator simulate any external crystal I might have on my board? I know the stm32f10x_conf.h file has a ''#define HSE_Value'' line, but does the simulator actually simulate the exter...