-
Notifications
You must be signed in to change notification settings - Fork 7
Open
Description
In my limited experience with PlatformIO IDE, I have been searching for a long time on network but nothing useful.
So I wonder if I can get some help here about how would I modify configuration in file platformio.ini
to upload and debug my project with J-link.
My platformio.ini
shows as follows:
; PlatformIO Project Configuration File
;
; Build options: build flags, source filter
; Upload options: custom upload port, speed and extra flags
; Library options: dependencies, extra library storages
; Advanced options: extra scripting
;
; Please visit documentation for the other options and examples
; https://docs.platformio.org/page/projectconf.html
[env:mimxrt1050_evk]
platform = nxpimxrt
board = mimxrt1050_evk
board_build.mcu = MIMXRT1052DVL6A
board_build.upload.offset_address = 0x60000000
framework = mbed
debug_tool = jlink
upload_protocol = jlink
MCU: MIMXRT1052
platform: nxpimxrt
board: MIMXRT1050-EVK
framework: framework-mbed 6.60200.200722 (6.2.0)
IDE: PlatformIO IDE (VSCode)
Thanks in advance.
Metadata
Metadata
Assignees
Labels
No labels