jarekgol hat geschrieben:piotr_go hat geschrieben:haben sie C19 bei LCSC
Was bedeutet es?
Grippe v4.xx
Czy wolisz polską wersję strony elektroda?
Nie, dziękuję Przekieruj mnie tamwitawat57 hat geschrieben:Wie lade ich das Programm auf mcu PY32F002A unter Windows herunter?
witawat57 hat geschrieben:Kann ich st-link V2 verwenden?
source [find interface/cmsis-dap.cfg]
source [find target/swj-dp.tcl]
source [find mem_helper.tcl]
adapter speed 270
swd newdap puya cpu -enable
dap create puya.dap -chain-position puya.cpu
target create puya.cpu cortex_m -dap puya.dap
flash bank puya.flash puyaf0x 0x08000000 0x8000 0 0 puya.cpu
init
{
"version": "0.2.0",
"configurations": [
{
"name": "Cortex Debug",
"cwd": "${workspaceFolder}",
"executable": "${workspaceFolder}/build/puya_playground.out",
"request": "launch",
"type": "cortex-debug",
//"breakAfterReset": true,
"runToEntryPoint": "main",
"servertype": "openocd",
"configFiles": [
"openocd.cfg"
],
},
{
"name": "pyOCD",
"cwd": "${workspaceFolder}",
"type": "cortex-debug",
"request": "launch",
"executable": "${workspaceFolder}/build/puya_playground.out",
"servertype": "pyocd",
"targetId": "PY32F030x6",
"svdFile": "CMSIS/Device/PY32F0xx/py32f030xx.svd",
"svdPath": "CMSIS/Device/PY32F0xx/py32f030xx.svd",
"showDevDebugOutput":"none",
},
]
}
dabyd64 hat geschrieben:Haben sie einen eingebetteten Bootloader?
Welche Software soll verwendet werden?
Zitat: