Is it possible to program the STM32 and NXP (Teensy) Processor Board in the native IDE’s? STM32CubeIDE (for STM32) and MCUXpresso (for NXP). If so, is there any official documentation available? Everything I see appears to only reference Arduino development.
Answered this one myself on the STM32 MicroMod Processor board. The answer is yes and you can do it by adding the 2x5 connector to the carrier board (specifically talking about the ATP board) and then using STLINK to debug/program.
The same connector “should” work for the Teensy using MCULink debugger/programmer, however, the schematic of the M.2 connector for the Teensy board (Here: https://cdn.sparkfun.com/assets/5/a/3/6/0/MicroMod-Teensy_V1_3.pdf) appears to show that pins 21 and 23 on the M.2 connector which lead to the SWD header are not routed from the MCU. So, maybe the answer is no for the Teensy (NXP) processor board. Can anyone confirm?