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

10uSec Interrupt in STM32F030R8

Greetings ,I am running STM32F030R8 at 48 MHz. I want to generate timer interrupt every 10 uSec or say 50 uSec. The PSC is 16bit wide which means i cannot go less then 1 ms delay for timer interrupt. Is there any other method with which i can achie...

how to implement nomal mode can operation in stm32f103c8?

hi, i am using stm32f103c8 development board, wiht that i worked out many concepts. its peofromance was so good. now i am working with bxCan , initially i tried loopback code, it was done. while moving to normal mode , no desired output...please ...

pm by Associate II
  • 372 Views
  • 0 replies
  • 0 kudos

NOR flash speed is very slow (720 B/s )

Hello,I am struggling with nor flash issue on stm32h743 eval board.I hope someone can help with this.1. On using the stm32h743cube example for FMC_NOR the example fails!2. I then changes the timing (increased all parameters) as following (there is no...

ranran by Senior II
  • 363 Views
  • 0 replies
  • 0 kudos

Want know about this error in the picture..?

Hello, I am using STM32F070*B Nucleo board want to flash the device using Flash Loder demonstration software using UART communication. but this type of warning message came. Link that i am following:http://stm32f4-discovery.net/2014/09/program-stm32f...

Ahami.4 by Associate
  • 666 Views
  • 2 replies
  • 0 kudos

Resolved! How to use usart after wake up from stopmode?

Everytime i wake up from stopmode i print my RTC time. However whenever i do that i print some weird symbols instead. Im using the STM32L053R8T6. I just used:printf("%d-%d-%d\n\r", Hour, Min, Sec); HAL_PWR_EnterSTOPMode(PWR_LOWPOWERREGULATOR_ON, PWR_...

JWong.11 by Associate
  • 621 Views
  • 2 replies
  • 0 kudos

How can I program to flash memory through Boundary-Scan JTAG?

I entegrated state machine of JTAG TAP in a mcu for control stm32f103c8t6. It is working well. (IDCODE registers are 0x3ba00477 = CORTEXM3 , 0x16410041 = STM32f103c8 medium lqfp48)But I haven't found any file for programming flash memory with JTAG...

HHuse by Associate II
  • 1120 Views
  • 5 replies
  • 0 kudos

Resolved! Where can I find informations about FIT on STM32 H7 series ?

Hello,I read the numerous document on STM32H7 series especially the safety manual but there is no information on FIT. Some paragraph talk about FMEDA snapshot but I can't find any document.​Do you have technical note about FIT during application ?Tha...

thomas_t by Associate
  • 806 Views
  • 2 replies
  • 0 kudos

Resolved! Data gets not written in SFR on STM32F429ZIT6

Hey Guys,I hope someone can help me:I testet my software with a STM32F429IDISCOVERY board which works fine. I now designed a custom board and migrated the software. Same peripherals, same pins etc. For a reason I don't understand the ADCs seem not to...