Posted on May 17, 2011 at 14:05Problem solved. I had to add TIM_CtrlPWMOutputs(TIM16, ENABLE); command after the TIM_Cmd(TIM16, ENABLE); command. The ST examples do not show this function in their PWM examples. I found this while reading through ...
Posted on May 17, 2011 at 13:58EEprom emulation, described in AN 2594 works OK. I have had it working on an STM32F100 micro. Here are a few things I have spotted from your code: 1. Ensure you call the following in the correct order: FLASH_Unlo...