jrengdahl / H503

Test firmware and OSHPark board for STM32H503RB, including USB VCP console. Working toward bare metal OpenMP.
Other
0 stars 0 forks source link

got trace working with Segger J-Trace and Ozone #1

Closed jrengdahl closed 1 year ago

jrengdahl commented 1 year ago

Main changes: -- delete firmware setup of trace pins -- add JScript which enables the Ozone debugger to setup the trace pins -- drop the CPU clock frequency to 100 MHz so trace is more stable -- move the USB Middleware and library files under /Core/Src so the code generator won't delete them every time it runs