Posted on May 17, 2011 at 10:00Hi, My program uses TIM0 interrupt and UART1 interrupt (no FIFO). I have a problem receiving characters on 115200 Baud. The reason is that the time to execute my timer isr is longer than the time to transmit 2 characte...
Posted on May 17, 2011 at 10:00Hi, I want to erase (and write) sector 7 in bank0. My code is running from the same bank so the functions to erase and write are located in RAM. This is the function I call to erase sector 7 Code:void ErasePLC_Program(...
Posted on May 17, 2011 at 09:57Indeed, my bootloader was running in the 512K block. It seems to be impossible to program it in BANK1 using ulink with the settings from the application note. When I use Rlink (raisonance) it works. Now I am able to pr...