User Activity

 CubeMX generated a example for USB CDC, and with HAL_PCD_IRQHandler.Now I want use polling method to initial USB,and communicate with host without USB interrupt.So how can I modify it?I had tried to do something ,but it not work.Please help me.1.  d...
STM32H743VGT6 has 1M FLASH, but the flash memory is divided into two independent banks.FLASH (rx) : ORIGIN = 0x08000000, LENGTH = 512KFLASH2 (rx) : ORIGIN = 0x08100000, LENGTH = 512K Now my code size is bigger.The section .text is over 512K.So,How ca...
I use STM32CubeIDE 1.16.0 to do project and use STM32H743.when my code is over 512K, I re-write ld file,but download is failed.But I use STM32CubeProgrammer to download  the same elf file,it worked!!!  So what's wrong about it ?