User Activity

Can we use the reserved location of IVT as defined below 0x08000000__vector_table DCD sfe(CSTACK) DCD Reset_Handler ; Reset Handler   DCD NMI_Handler ; NMI Handler ...
1MB Flash is shared between M0+ and M4 in STM32FWB55XX. Which pages (0-255) are available for M0+ and M4? M0+ has radio firmware (B/E/Thread/802.15.4 MAC) and M4 has application firmware. I want to know max size M4 can access?
I’ve modified the firmware code generated out of STM32CUBEMX the endpoint size change from 64B to 128B. Since this change is in the firmware, the Host driver will read this value from the Device descriptor (during enumeration) and ensures that the dr...