Hi Daniel,
To reproduce this issue on the iMXRT1050-EVKB will require customizing our application to run on the EVKB hardware pinout.
For now this is my task list retrievable thru the vTaskList() call into FreeRTOS.
void vTaskList( char * pcWriteBuffer )
Name Status Prio Stack Number
---- ------ ---- ----- ------
ADC R 4 623 6
conMain X 4 501 12
GPIO R 4 129 5
IDLE R 0 50 2
OPTCE-HI-PR-SYN B 1 10389 10
OPTCE-HAL B 3 30863 7
OPTCE-EQ-WH B 1 30918 8
OPTCE-EQ-CFG B 1 30922 9
OPTCE-SMC B 1 51402 11
Tmr Svc B 9 118 3
SS B 5 806 4
I've attached a picture of these tasks as seen by MCUXpresso IDE FreeRTOS Task List view.
I'm guessing that creating a bunch of tasks in an empty EVKB project with similar task cfg to the ones I have identified above should produce the same results. I don't believe I'm doing anything significantly different within my projects to keep the task info from being retrieved. The readout above is provided via commandline console running on the 1052.
Can you create a test project with at least as many tasks as I show running above and confirm that MCUXpresso IDE Task List (FreeRTOS) view shows all of them?
I am also pasting below a redlink console log dump for one of my debug sessions. This is using one of several LPC-Link2 probes I have worked with. I get similar results using a P&E Micro Multilink ACP probe.
[Started server]
[Connected on port 3025]
redlink> ProbeList
Index = 1
Manufacturer = NXP Semiconductors
Description = LPC-LINK2 CMSIS-DAP V5.224
Serial Number = I3FUBTOQ
VID:PID = 1FC9:0090
Path = \\?\hid#vid_1fc9&pid_0090&mi_00#11&2b2fe572&0&0000#{4d1e55b2-f16f-11cf-88cb-001111000030}
redlink> ProbeStatus
Index = 1
Manufacturer = NXP Semiconductors
Description = LPC-LINK2 CMSIS-DAP V5.224
Serial Number = I3FUBTOQ
VID:PID = 1FC9:0090
Path = \\?\hid#vid_1fc9&pid_0090&mi_00#11&2b2fe572&0&0000#{4d1e55b2-f16f-11cf-88cb-001111000030}
IsOpen = FALSE
WireInitialized = FALSE
WireProtocol = JTAG
CoresConfigured = FALSE
PacketSize = 1024
Reference Count = 0
HasSWV = FALSE
HasETM = FALSE
HasJTAG = TRUE
HasSWD = TRUE
Probe Type = CMSIS-DAP
Probe Reference Count = 0
redlink> ProbeList
Index = 1
Manufacturer = NXP Semiconductors
Description = LPC-LINK2 CMSIS-DAP V5.224
Serial Number = I3FUBTOQ
VID:PID = 1FC9:0090
Path = \\?\hid#vid_1fc9&pid_0090&mi_00#11&2b2fe572&0&0000#{4d1e55b2-f16f-11cf-88cb-001111000030}
redlink> ProbeStatus
Index = 1
Manufacturer = NXP Semiconductors
Description = LPC-LINK2 CMSIS-DAP V5.224
Serial Number = I3FUBTOQ
VID:PID = 1FC9:0090
Path = \\?\hid#vid_1fc9&pid_0090&mi_00#11&2b2fe572&0&0000#{4d1e55b2-f16f-11cf-88cb-001111000030}
IsOpen = FALSE
WireInitialized = FALSE
WireProtocol = JTAG
CoresConfigured = FALSE
PacketSize = 1024
Reference Count = 0
HasSWV = FALSE
HasETM = FALSE
HasJTAG = TRUE
HasSWD = TRUE
Probe Type = CMSIS-DAP
Probe Reference Count = 0
redlink> ProbeIsOpen 1
FALSE
redlink> ProbeOpenByIndex 1
Probe Handle 1 Open
redlink> WireIsConnected 1
FALSE
redlink> WireSwdConnect 1
DpID = 0BD11477
redlink> CoresConfigured 1
TRUE
redlink> ProbeStatus
Index = 1
Manufacturer = NXP Semiconductors
Description = LPC-LINK2 CMSIS-DAP V5.224
Serial Number = I3FUBTOQ
VID:PID = 1FC9:0090
Path = \\?\hid#vid_1fc9&pid_0090&mi_00#11&2b2fe572&0&0000#{4d1e55b2-f16f-11cf-88cb-001111000030}
IsOpen = TRUE
WireInitialized = TRUE
WireProtocol = SWD
CoresConfigured = FALSE
PacketSize = 1024
Reference Count = 0
HasSWV = FALSE
HasETM = FALSE
HasJTAG = TRUE
HasSWD = TRUE
Probe Type = CMSIS-DAP
Probe Reference Count = 0
redlink> quit
[Closed]