The issue is that we have our own bootloader. That bootloader needs to a specific place to jump to to run the application. So, our bootloader is set to jump to address 0x8000, This how all of our products work with "bootloader jump to app". So, I need to placed c_int00 of the application at 0x8000.
↧