STM32 MCUs Products

Ask questions, find answers, and share insights on STM32 products and their technical features.

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

uart interrupt repeat

Hello friendsI'm communicating with uart.finishing operations on interrupt and while going backbut does not go back to interruptmy codeswhile (1) { /* USER CODE END WHILE */   /* USER CODE BEGIN 3 */ for(int i=0; i<7; i++) { rx_buffe...

Iatik.1 by Associate
  • 541 Views
  • 1 replies
  • 0 kudos

32F756G-EVAL2 : Demo Code provide

Dear STMicroelectronics.​Hi,I bought 32F756G-EVAL2 board.Lot code is Z0T10278E021.​Do you provide demo code?I didn't find it in the resource.​In the case of the compiled demo, it is a damaged file and contains only media file.I look forward to your r...

KCha.1 by Associate
  • 443 Views
  • 1 replies
  • 0 kudos

Keil MDK-ARM VS IAR EWARM VS CXSTM32 IDEs

Hi everyone,just got myself a STM32F0 Discovery kit as I wanted to try out a M0 chip, as I'm going to install the development toolchains, I found several of them that I could potentially used but not sure which one is more suitable for my needs. So ...

PWong by Associate
  • 4544 Views
  • 3 replies
  • 2 kudos

Qspi dummy cycles issur

We are working with stm32h743 and W25Q128JV We used to have 6 dummy cycles, but when USB is initialized we need to change it to 4.Than we tested another board and it was changed again to 2.Why? What is wrong