Other Parts Discussed in Thread: C2000WARE
Hello,
I am working on a Sys/Bios project (F280049C). I would like to be able to boot from flash in standalone mode. The problem is that the controller does not jump to _c_int00 by itself. I have added the codestart_branch.asm to the project as well as the section definition in the linker.cmd file.
I have to say that it worked once before but after that several changes were made to the project and now the autostart does not work anymore.
Unfortunately I can't find the error.
I have already tried
- an adjustment of the gel file and there I commented out /* Enable NMI */.
- Emulation mode on flash changed during debugging and a CPU reset was done. I would like to explain the procedure briefly:
1. start debugging
2. jump by debugger in main() is done correctly
3. CPU Reset
4. break at address "0x3fb02a" with no debug information available, or outside of program code
5. scripts > EMU Boot Mode Select > EMU_BOOT_FLASH
6. CPU reset
7. jump in main() is done correctly
Shouldn't this work as standalone when I use EMU_BOOT_FLASH to get to the main()?
What is the problem? I can also provide other files from the project.
Regards
Kai
