MCUXpresso SDK for SKEAZ128MLH4

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

MCUXpresso SDK for SKEAZ128MLH4

1,524 Views
vincent_briard
Contributor I

Switching from CodeWarrior 11 to MCUXpresso, I could not find the Kinetis reference on https://mcuxpresso.nxp.com/en/explore  to download the corresponding MCUXpresso SDK for the SKEAZ128MLH4 MCU.

Same problem with the demo board KEA128LEDLIGHT (https://www.nxp.com/docs/en/user-guide/KEA128LEDLIGHTQSG.pdf ) reference, could not be found in the SDK builder.

Could someone point me to the right direction or give me the reference/name of this demo board / MCU as it appears on the MCUXpresso builder ?

Thank you in advance.

Labels (1)
0 Kudos
3 Replies

1,190 Views
Robin_Shen
NXP TechSupport
NXP TechSupport

Hi Vincent Briard,

Unfortunately there is no MCUXpresso SDK support for Automotive - KEA series.
It's my understanding that KEA support is moving into the S32 family. As you may know, we've created a completely separate set of tools for S32 (S32DS, for example) and it will support all automotive devices including ARM based chips like KEA and S32 with M4.

Please download the S32DS-ARM: S32 Design Studio IDE for Arm based MCUs(S32-DS-ARM_v2018-R1)
You can refer the examples in FRDM-KEA Quick start package (REV 8 ), it can be found at FRDM-KEAZ128: KEA Freedom Evaluation Board

Best Regards,

Robin

 

-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------

1,191 Views
adam_hamilton
Contributor I

If that is the case, can NXP please update the FreeRTOS kernel aware debugger plugin from 1.01 to the latest as I am having trouble with my project that is currently using the latest FreeRTOS version (v10.2.1). I keep getting Exception issues in the TAD logs. See below for example

"FreeRTOS Task Aware Debugger for GDB" version 1.0.1 (201610061345)
(c) 2016 NXP Semiconductors, Inc.
==================================
09:20:27.447 INFO: [TadModel] DSF session ID 9 has started.
09:20:29.158 INFO: [TadState] TAD state changed: DEBUG_STARTED -> DEBUG_INIT_0 (SUSPENDED, USER_REQUEST)
09:20:29.673 INFO: [TadState] TAD state changed: DEBUG_INIT_0 -> DEBUG_INIT_1 (RESUMED, USER_REQUEST)
09:20:29.731 INFO: [TadState] TAD state changed: DEBUG_INIT_1 -> DEBUG_SUSPENDED (SUSPENDED, BREAKPOINT)
09:20:56.236 INFO: [TadState] TAD state changed: DEBUG_SUSPENDED -> DEBUG_RESUMED (RESUMED, USER_REQUEST)
09:20:59.386 INFO: [TadState] TAD state changed: DEBUG_RESUMED -> READY (SUSPENDED, SIGNAL)
09:21:01.745 INFO: [Benchmark] Loading data for "Task List" has started.
09:21:02.360 EXCEPTION: [QueueFactory] ReadingException in class "com.nxp.freertos.gdb.tad.controller.queuelist.QueueFactory" at 167. line when calling method "readLongAtAddress(0x1ffff0c8, QueueDefinition, pcTail)"
com.nxp.freertos.gdb.tad.controller.TadFactory.readLongAtAddress(TadFactory.java:160)
com.nxp.freertos.gdb.tad.controller.queuelist.QueueFactory.getQueue(QueueFactory.java:167)
com.nxp.freertos.gdb.tad.controller.queuelist.QueueFactory.getData(QueueFactory.java:109)
com.nxp.freertos.gdb.tad.model.TadModel$3.execute(TadModel.java:238)
com.nxp.freertos.gdb.tad.model.TadModel$4.run(TadModel.java:366)
09:21:02.361 ERROR: [TadFactoryData] Could not load data for "Queue List" view! For more information check TAD log
09:21:02.889 INFO: [FreeRTOS] FreeRTOS macro "configGENERATE_RUN_TIME_STATS" is disabled.
09:21:03.451 INFO: [FreeRTOS] FreeRTOS macro "configUSE_MUTEXES" is disabled.
09:21:04.514 EXCEPTION: [TaskFactory] ReadingException in class "com.nxp.freertos.gdb.tad.controller.tasklist.TaskFactory" at 242. line when calling method "readLongAtAddress(0x1ffffcc8, tskTaskControlBlock, xEventListItem.pvContainer)"
com.nxp.freertos.gdb.tad.controller.TadFactory.readLongAtAddress(TadFactory.java:160)
com.nxp.freertos.gdb.tad.controller.tasklist.TaskFactory.readTasksFromList(TaskFactory.java:242)
com.nxp.freertos.gdb.tad.controller.tasklist.TaskFactory.getData(TaskFactory.java:129)
com.nxp.freertos.gdb.tad.model.TadModel$3.execute(TadModel.java:257)
com.nxp.freertos.gdb.tad.model.TadModel$4.run(TadModel.java:366)
09:21:04.515 ERROR: [TadFactoryData] Could not load data for "Task List" view! For more information check TAD log
09:21:04.515 INFO: [Benchmark] Loading data for "Task List" took 2770 ms.
09:21:07.438 INFO: [Benchmark] Loading data for "Task List" has started.
09:21:08.27 EXCEPTION: [QueueFactory] ReadingException in class "com.nxp.freertos.gdb.tad.controller.queuelist.QueueFactory" at 167. line when calling method "readLongAtAddress(0x1ffff0c8, QueueDefinition, pcTail)"
com.nxp.freertos.gdb.tad.controller.TadFactory.readLongAtAddress(TadFactory.java:160)
com.nxp.freertos.gdb.tad.controller.queuelist.QueueFactory.getQueue(QueueFactory.java:167)
com.nxp.freertos.gdb.tad.controller.queuelist.QueueFactory.getData(QueueFactory.java:109)
com.nxp.freertos.gdb.tad.model.TadModel$3.execute(TadModel.java:238)
com.nxp.freertos.gdb.tad.model.TadModel$4.run(TadModel.java:366)
09:21:08.27 ERROR: [TadFactoryData] Could not load data for "Queue List" view! For more information check TAD log

Thanks

Adam

0 Kudos

1,191 Views
vincent_briard
Contributor I

Thank you Robin, I will see to check S32 Design Studio.

0 Kudos