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

Resolved! TIM DMA Burst works in incorrect sequence,

I use tim dma burst to update CCRx(x=1\2\3\4),my code works,but the CCRx value not assigned in correct sequence. My purpose is to let CCR1= 360�?CCR2= 720�?CCR3=1080.But the result are random.TIM and DMA config codesvoid tim_config(){ uint32_t addres...

0693W00000AMamoQAD.png
xzi.1 by Associate
  • 663 Views
  • 2 replies
  • 1 kudos

Resolved! What is the name of the Timer 6 count register? TIM6_CNT is what the documentation says but that is an unknown variable to the compiler.

I need a blocking very short time delay.So I set up Timer 6 to run at 90 MHz, with no interrupts.I need delays from 0.5 to 30 microseconds for an interface I have to bit-bang.I was hoping for a simple delay routine like this:void Timer6_delay(uint16_...

STM32CubeProgrammer UART Verification Fails on STM32H7

Hello,I am using stm32cubeprogrammer 2.7.0 for Mac ( I am on Big Sir)When programming a STM32H7 using UART I get the following error: I don't seem to get the error on my stm32f4. Any Ideas/Fixes that would enable this to work? I am embedding the CLI ...

0693W00000AMZIdQAP.png
TCash.1 by Associate III
  • 392 Views
  • 0 replies
  • 0 kudos

Resolved! Screwing Nucleo F767ZI

Hello community ! I hope you are doing well,I have actually a question which is kind of "DIY" and is not MCU developpment related. I have Nucleo F767ZI, and I need to get it screwed to a plexiglas board. I didn't find out whether the holes next to ar...

0693W00000AMT6WQAX.jpg
WBen .2 by Associate II
  • 612 Views
  • 2 replies
  • 1 kudos

Resolved! STM32F437IIH6 ECC and NAND Flash size

Hello.1. Whether the hardware ECC for STM32F437IIH6 support error detection and error correction? STM32F437 is connect to NAND Flash through FMC with Bank2. Reference manual RM0090 section 37.6.6 describe it can perform 1-bit error correction and 2-b...

WLiao.1 by Associate II
  • 1702 Views
  • 7 replies
  • 0 kudos

Resolved! Idea zone has now gone?

Idea Zone no longer appears on the top menu. Is this intentional?https://community.st.com/s/ideazone

Pavel A. by Super User
  • 566 Views
  • 2 replies
  • 0 kudos

Resolved! Please, where can I find a "key_pair_generation" example code for the Discovery Kit B-L4S5_IOT01A? (STSAFE)

I tried porting the example code has been done for the Nucleo board to the B-L4S5_IOT01A but I get STSAFEA_COMMUNICATION_ERROR as result. SEE BELOWKey pair generation demonstration:  1. Generate key pair through STSAFE-A's private key slot 1  => Use ...

CMura.2 by Associate II
  • 426 Views
  • 1 replies
  • 0 kudos

STM32L4R5 UART DTR/DSR hardware connection

Hi, I'm trying to connect my bluetooth IC Ublox ANNA-B112 to STM32L4R5 using USART line. The bluetooth IC requires DTR and DSR line but it doesn't seems like STM32 has these 2 lines on the manual. Is there any ways to implement DTR and DSR on STM32?

CYeow.1 by Associate II
  • 374 Views
  • 0 replies
  • 0 kudos

Timers break and clear behavior in general

Hello. I can't fully understand break and clear funtionality of timers on STM32. In read dasheets and tryed various options for break and clear inputs, but in general it worked in a similar way:It puts timer output to predefined state untill it overf...

EAlek.11 by Associate II
  • 1518 Views
  • 3 replies
  • 0 kudos