User Activity

I made  a project on keil with generate flm file to download to external flash with my board. My board has a stm32h7b0zbt6 chip with ospi interface with a spi nor flash W25Q128. the interface releate is:  PF6 ------> OCTOSPIM_P1_IO3 PF7 ------> OCTOS...
I made a board with ST32H7B0ZBT6, and add a external flash with W25Q128JVS。I found after I enable mapped function, I couldn't write data to external flash any more.the code with enable mapped func as below: uint8_t W25Qxx_OSPI_Init(void) { OSPI_R...
I made a project with stm32h7 board, and use pemicro multlink to debug it under keil. I found it keep in systick handler pending but no active.I checked systick module register as:the counter is changed.and then I checked SCB releate registers asand ...
I made a board with spi1 connect a lora module, and the nss pin, I just want to use soft control. But I found that before I enable spi1, the SPI CR1 and CR2 register value as: (gdb) x/2wx 0x40013000 0x40013000: 0x00000024 0x00000040 but afte...
I use stm32CubeMX to generate usb code with HSI clock.Though I can config with usb clock to 48MHz, But stm32CubeMX software display there is clock issue as below:So I wonder can stm32f103cbt6 usb work under HSI clock? 
Kudos from
Kudos given to