Hello
I want to program the sensortile Box using jlink ,can anyone give me some pointers on how to do it ?
Hello
I want to program the sensortile Box using jlink ,can anyone give me some pointers on how to do it ?
I assume you mean the SensorTile.box (STEVAL-MKSBOX1V1)?
Per its datasheet it’s a STM32L4R9ZI based board.
Also per PlatformIO documentation it is supported, and tells you that you can upload to and debug the device by adding
upload_protocol = jlink
debug_tool = jlink
in the platformio.ini
, to override the default stlink
configuration that is built into the board.