User Activity

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? 
stm32f429 ran in PCLK2 with 160MHz, and TIM8 prescaler division set to 0, auto reload set to 1.set up interrupt enable.in TIM8 update interrupt handler, just toggle PD4 pin out.when use oscilloscope to check the wave of PD4, just get around 2.3MHz. C...
Kudos from
Kudos given to