Hello,
For debugging the Cortex-M33 on an FRDM-i.MX93, a J-Link Base, Plus, or Pro is recommended, as any model supporting the Cortex-M architecture via SWD will work, but the FRDM-i.MX93 requires specific rework to provide 1.8V VREF to the SWD interface. An alternative could be to use the board itself as a remote debug server, potentially with a , though J-Link is more straightforward for direct debugging.
Recommended J-Link Models
-
SEGGER J-Link models
are a good choice as they are known for their compatibility with Cortex-M processors and support for high download speeds.
Any J-Link model that supports Cortex-M and SWD debugging
will work with the FRDM-i.MX93. This includes models like J-Link Base, J-Link Plus, or J-Link Pro.
Important Considerations for the FRDM-i.MX93
-
Board Rework:
You'll need to perform a specific rework on the FRDM-i.MX93 board to provide the 1.8V VREF voltage to the SWD interface, which is essential for J-Link to function correctly.
SW Interface:
The Cortex-M33 on the FRDM-i.MX93 is debugged using the Serial Wire Debug (SWD) interface, which is available on the P14 header.
Configuration:
After reworking the board and setting the correct switches (SW1 to 1001 for M33 serial download), you can connect the J-Link and use the
For debugging the Cortex-M33 on an FRDM-i.MX93, a J-Link Base, Plus, or Pro is recommended, as any model supporting the Cortex-M architecture via SWD will work, but the FRDM-i.MX93 requires specific rework to provide 1.8V VREF to the SWD interface. An alternative could be to use the board itself as a remote debug server, potentially with a SEGGER J-Link, though J-Link is more straightforward for direct debugging.