pyocd / pyOCD

Open source Python library for programming and debugging Arm Cortex-M microcontrollers
https://pyocd.io
Apache License 2.0
1.11k stars 476 forks source link

Add NUCLEO-L433RC-P board support #1093

Open Kormoran86 opened 3 years ago

flit commented 3 years ago

Is this a request to add the board, or are you saying you are going to create a pull request to add it yourself?

Does the L433 CMSIS-Pack not work? In other words, is there a specific reason you need built-in L433 support? Generally new built-in targets are not added unless users do the work themselves and create a pull request, since almost all Cortex-M devices are supported via CMSIS-Packs. Remember, open source software works best when users contribute to the project.

patrislav1 commented 3 years ago

FWIW, I have the same board, and pyocd works on it as expected with the --target stm32l433rctxp option.

I installed the target with pyocd pack --install stm32l433, it used Keil::STM32L4xx_DFP::2.5.0

Hope that helps.