Other Parts Discussed in Thread: , MSPM0-SDK
Hi,
I am working on LP-MSPM0G3507 and trying to implement freeRTOS-CLI farmwork . I have taken uart_echo_LP_MSPM0G3507_freertos_ticlang from resource explorer. and added freertos_cli.h and FreeRTOS_CLI.c in project. But while running code I am getting heap memory issue as follows.
CORTEX_M0P: Error: (Error -1001 @ 0x0) Requested operation is not supported on this device. (Emulation package 9.13.0.00201)
CORTEX_M0P: Trouble Halting Target CPU: Device Connection Error. This could be caused by the device having gone to low power mode. Try forcing an external reset pressing the 'Force Reset' button. If the error persists, try: 1) Invoking BSL, 2) Calling a DSSM Mass erase, or, 3) Calling a DSSM Factory Reset. Check device FAQs for more information.
CORTEX_M0P: Error: (Error -1001 @ 0x0) Requested operation is not supported on this device. (Emulation package 9.13.0.00201)
CORTEX_M0P: Trouble Halting Target CPU: (Error -2064 @ 0x0) Unable to read device status. Reset the device, and retry the operation. If error persists, confirm configuration, power-cycle the board, and/or try more reliable JTAG settings (e.g. lower TCLK). (Emulation package 9.13.0.00201)
CORTEX_M0P: Error: (Error -1001 @ 0x0) Requested operation is not supported on this device. (Emulation package 9.13.0.00201)
what precaution or setting I need to take while implementing freeRTOS-CLI.