New
Hi,
I have another issue with the Jlink driver.
When modifying the content of the Flash memory through the embeddedStudio memory viewer, the flashloader starts to operate.
However in this case, the flashloader code is not loaded into the working RAM resulting in having security exception due to illegal instruction.
Here attached is a jlink log.
- From line 245 to 280 we can see that the driver operates properly when loading the code. Especially we can note a Preparing RAMCode in line 250 and a Downloading RAMCode in line 267.
- From line 1220 we can see the call to the flashloader due to the memory update. Here the driver does not load any code in RAM. As a result I get a security exception as soon as it tries to execute any flashloader command.
Context :
- embeddedStudio 8.18
- jlink driver 8.10g
- RISC-V Custom device
I have another issue with the Jlink driver.
When modifying the content of the Flash memory through the embeddedStudio memory viewer, the flashloader starts to operate.
However in this case, the flashloader code is not loaded into the working RAM resulting in having security exception due to illegal instruction.
Here attached is a jlink log.
- From line 245 to 280 we can see that the driver operates properly when loading the code. Especially we can note a Preparing RAMCode in line 250 and a Downloading RAMCode in line 267.
- From line 1220 we can see the call to the flashloader due to the memory update. Here the driver does not load any code in RAM. As a result I get a security exception as soon as it tries to execute any flashloader command.
Context :
- embeddedStudio 8.18
- jlink driver 8.10g
- RISC-V Custom device