Other Parts Discussed in Thread: SYSCONFIG
Tool/software:
Hi experts,
I ask this for my customer.
My customer have two team to develop the project, one is responsible for bootloader that run in core0 and another is responsible for application control that run in core1.
Now they have core1 code ready and don't have core0 project.
And for saving the devleopment time, they want to use core1 project to debug firstly.
So I suggest them use devboot and download this project to core1 directly.
The process is show in below: load the ccxml, connect the core0 but don't program the code to core0 and then connect the core1 and download the project to core1. and then reset the core1 and run
1. Why it need to connect the core0 firstly?
2. Why it needs reset after the download to core1? I aks this because if I don't reset it, it will run into illeage interrupt
3. Why it can't watch the variable refresh?