• 0x0-0xFA00 checksum calculation
    Hi there! Can anybody help me with my problem? If I calculate checksum from 0x0 to 0x3000 - it is OK. But if I want to calculate 0x0 to 0xFA00 range - checksum is different every microcontroller...
  • App doesn't start occasionally
    Good day to everybody! My device has C8051F340 MCU on board. I have project that is strange . E.g 5 times app starts - on 6th time it doesn't and so on. Project architecture is Bootloader ...
  • Reset vector not mapped to address 0x0
    Hello, I have stripped a large project of all its files, except the startup file. Then I added USB support and adjusted the scatter file, like this: ; ******************************************...
  • LPC1778 can't start from any IROM Address only 0x0
    Dear All, I use LPC1778 and try to divide internal flash memory for my handmade bootloader and firmware. And when i set another IROM1 start address for my firmware (for example 0x1000) i see SWD...
  • Starting at address other than 0
    Hi, I'm using Keil v4 along with Cortex M4 (in this casa Freescal's K40) I have to create a project that will be linked and executed at address grater than 0 (0x400 to be exact). It will help...