Posted on May 17, 2011 at 15:04So I must be clueless... :-[ [...] // set alternate function remapping FLASH_ProgramOptionByte(0x4803, (AFR0|AFR2)); [...] // init outputs GPIO_Init(GPIOC, (GPIO_PIN_7 | GPIO_PIN_6 | GPIO_PIN_4 | GPIO_PIN_3), GPIO_MODE...
Posted on May 17, 2011 at 15:04Alright, here is some information I forgot to tell: - I work with Raisonnace Ride7 environment; - Option bytes OPT2/NOPT2 values were validated through Memory View debug window and through Option debug window; - Curren...
Posted on May 17, 2011 at 15:04Hi, I'm having trouble trying to remap TIM1_CH1 and TIM1_CH2 using AFR0 option bit. In the memory window in debug mode, Option Byte @0x4803 holds de right value, but I can't get the output to change state on the proper...