User Activity

Posted on February 23, 2015 at 16:29Hello,I´m trying to update my application with the Preprogramed bootloader by apropiate uart and pins BOOT1/0 according to that task.I could use this application to do that, couldnt I?My Keil compilation makes 2 f...
Posted on February 20, 2015 at 13:36Hi all,Im trying to add a new section in the first 128Bytes on my Flash memory. I would like to start my my code in 0x80000080 but my code doesn´t run. What additional change I have to do in my code? 
Posted on February 19, 2015 at 16:24Hi all,Is there a Linker file where to define flash sections to split my flash Memory code??
Posted on February 19, 2015 at 10:57Hi all,Is it necesary to implement a additional code in my application to jump to the bootloader? #magic-eight-ball
Posted on February 18, 2015 at 10:34Hi all,I would like to check my whole flash memory integrity. I´ve the posibility of read the whole sectors and calculate a CRC and check if it is correct by firmware. My question is the following one. Is there an...