Do you have a question about the NXP Semiconductors S32K324 and is the answer not in the manual?
Series | S32K |
---|---|
Core | ARM Cortex-M7 |
Max CPU Frequency | 160 MHz |
Flash Memory | 2 MB |
RAM | 256 KB |
Operating Temperature | -40°C to 125°C |
Package | LQFP |
Timers | PIT |
Communication Interfaces | CAN, LIN, SPI, I2C, UART |
Verify CM7_1 is enabled via project debug settings for dual-core operation.
Understand how to launch debug configurations targeting both CM7_0 and CM7_1 cores.
Configure PEMicro interface settings, including debugger type and target S32K324.
Use Launch Groups to initiate simultaneous download and debugging of both cores.
Learn to debug individual cores, manage their states, and use IDE debug controls.
Configure CM7_1 as disabled during boot; it is started by the CM7_0 application.
Debug CM7_0 first; CM7_1 becomes active only when started by the CM7_0 application.
Resolve problems like zero start addresses by checking console logs and managing configuration files.