Skip to content

MIMRT1050 + mbed uploading and debuging with J-link #5

@EthanGuo1995

Description

@EthanGuo1995

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions