Posted on May 17, 2011 at 15:12Thanks but I found by myself what i'm looking for ! Here is my code : #pragma section const {OptionByte} const struct OPT_struct OPTION_BYTE = {0x00, 0x00, 0xFF, 0x02, 0xFD, 0x00, 0xFF, 0x00, 0xFF, 0x00, 0xFF, 0x00...
Posted on May 17, 2011 at 15:12I found by myself ! You need to set the option byte OPT2 = 0x02 (NOPT2 = 0xFD) to enable TIM2 CC3 and disable TIM3 CC1, following is the asm file to add in your project : ;This file contains the values to program in th...