I am tryaing to build Hello_world program in vscode using MCUXPRESSO IDE . I am using board IMX93 Debix model c and i want compilethe code for the particular Cortex M33 processor which in available in board.so i have downloaded the sdk fom nxp build link and added into the use vscode .when i am tryaing compile and build it will gie the error for DEBUG PROBE . i have insalled the MCUXpresso SDK Developer and SEGGERJ-link from the MCUXpresso installer . but after that debug probes are not showing, also in launch.json file what changes should we do and why this error is showing ??
To use the JTAG for debugging Cortex-M applications, you need to do some prepare work, install a patch.
For details, please refer to AN14120. Download here : Introduction
Regards
Daniel
Hi Daniel,
As per your suggestion AN14120 I referred the document and download patches .and also paste the .xml file to the segger path after doing this steps i cant connect to tyhe debug probe . what should i do next can you guid us for the further steps .
i want also add about the board , i.mx93 Debix Model c for the cortex M33 processor
i have downloaded the sdk for the processor for the series:- MIMX9352xxxxM ,can you also tell us that this sdk is suitable for that board .
can you give suggestion if JTAG PORT IS NOT AVAILABE IN THE BOARD THEN THEIR IS ANY OTHER OPTION IS AVAILABE
It seems you didn't install Segger Jlink, please install it with MCUXpresso Installer.
Regards
Daniel