2025-02-04 12:17 AM
Hi,
I am using an STM32G0B1CBT and using the example shown in the following video to implement a USB-C PD sink with TRACER_EMB and UI_INTERFACE utilities for debugging.
https://www.youtube.com/watch?v=-vsJhNIaHxE
After compiling and running the code, I noticed that the function BSP_GUI_LoadDataFromFlash at line 80 is trying to read from flash address 0x803F800, which is outside the memory region of 128k for the STM32G0B1CBT MCU.
What can be the issue?
Thanks