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! stm32f4 teraterm

Hello, I want to use teratern to send a string to my usart on stm32f4, but nothing is received. these are the settings of my teraterm

0690X00000D9AtpQAF.png 0690X00000D9AvRQAV.png 0690X00000D9AwZQAV.png 0690X00000D9AwFQAV.png
VYoun by Associate III
  • 3513 Views
  • 7 replies
  • 0 kudos

Hi, Is there a way to clear the bxCAN REC & TEC error counters without having to be connected to a fully functional CAN bus?

 I have tried resetting the bxCAN module, but that does not affect the counters.I have tried transmitting / receiving CAN messages in silent loopback mode, but that does not seem to affect the REC/TEC values.I am trying to clear the counters offline,...

MBrow.14 by Associate
  • 505 Views
  • 0 replies
  • 0 kudos

Why does starting SPI1/DMA1ch2 cause ADC3/BDMAch0 to stop?

The HAL_ADC_ConvCpltCallback interrupts stop firing the moment I start SPI1:SET_BIT(hspi->Instance->CR1, SPI_CR1_CSTART);If I clear spi1's CR1 Start, I get the adc complete interrupts firing again.Since they use different peripherals, not sure how on...

EZamo.1 by Associate III
  • 481 Views
  • 3 replies
  • 0 kudos

Non-continuous memory RAM on STM32H743II

Hi,I am developing an application running on STM32H743II MCU and I need to use all the 1Mbyte RAM.I tried to define a RAM_region for every SRAMx, this didn't work properly and not managed to build the project successfully.Another issue is that some ...

JKhal by Associate III
  • 542 Views
  • 1 replies
  • 0 kudos

Problem in communication 2 slaves and 1 master using SPI.

hello everyone, I have a problem in communication 2 slaves and 1 master using SPI.master will send a code to activate one of the slaves and then the master will receive data from the slave, but sending the initial data is always wrong and only when t...

HAlau.1 by Associate II
  • 2945 Views
  • 19 replies
  • 0 kudos

Resolved! How do I properly exit from the fault handler?

I am currently using STM32F746. I am trying to exit from a MemManage fault handler back to the instruction which triggered the fault (I am trying something hacky that properly resolves the cause of the fault inside the handler so going back to the or...

KMaen by Associate III
  • 1106 Views
  • 4 replies
  • 0 kudos

SMPS Clock throttling requirement to initialize

So, I need to implement SMPS for more efficient power use on my STM32L452 MCU. From what i understand, the clock needs to be brought down to 24 MHz prior to any SMPS actions. I am operating the system at 80 MHz, so I need to bring it down to 24 and ...

rsoc by Associate III
  • 568 Views
  • 2 replies
  • 0 kudos

Resolved! Reading continuously RTC in STM32F4 ar 180MHz

I have problems when I read continuously the RTC time in stm32f446 at 180MHz, after some readings, this gives me the same value. To find a solution, I implement a delay of 1 second to read the RTC and this solves the problem, however, I don't know wh...