Search Results
Search results 1-9 of 9.
This site uses cookies. By continuing to browse this site, you are agreeing to our Cookie Policy.
-
Hello, With your prompt, I know the cause of the problem. The HPM6750 has multiple pieces of RAM, namely ILM DLM SRAM and SDRAM. Among them, ILM and DLM can only be accessed by the CPU itself, not via the AXI bus. Watch1 displays variable values through AXI bus. Therefore, when TestVar is assigned to ILM or DLM, the value will be abnormal. This problem can be solved by assigning TestVar to SRAM. Or SLV can be used to access ILM and DLM.
-
Hello, Declaring the variable as static still does not work. This code is in the HPM6750/CPU0/main.c file. Thank you.
-
SEGGER Embedded Studio for RISC-V Release 6.34a Build 2022083102.51023 Windows x64 Target Processor: HPM6750xVMx Debug with jlink v11 jtag As shown in the pictures, the value of TestVar can only be seen when the breakpoint takes effect. When I press F5 to run, the value of TestVar always displays 2863311530. This is also the case with Ozone.
-
RISC-V SES v6.34a The following warning appears: relocation R_RISCV_CALL to non-function symbol pxPortInitialiseStack at .text.prvInitialiseNewTask+012a relocation R_RISCV_CALL to non-function symbol xPortStartFirstTask at .text.xPortStartScheduler+0040 What do these warnings mean? How to eliminate them? Thanks
-
The SDK of hpm6750 has been updated to 0.13.0. When will SES be updated?