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

Nucleo-f746zg input_capture not working

I'm trying to get the basic input_capture example to work. I've created a project for the nucleo-f746zg board using cubemx and I've followed the cubeF7 example for input capture to be able to capture the ON time of the blue push button on my board. H...

WWDG Reset on Low Battery

Hello,I am using a windowed watchdog and resetting (petting) the timer in the EWI interrupt. I also kick/pet it in my main loop at 1000Hz. Time is kept via a systick handled flag. Systick, to my knowledge, is attached to the system core clock (same a...

ZThat by Senior
  • 576 Views
  • 2 replies
  • 0 kudos

Illogical Prescaler Behavior

I wanted to see what would happen when I set the prescaler for an interrupt lower and lower.My expectation was that the main loop would lose out on it's share of processing time, but I was surprised when the results of my test were mixed.Essentially,...

Who never thought of this, about ST tools?

I would very much like to know what ST work methodology?This should be thought of "of" or "of" whom to right of opining and to manage.Of course it's not me, I'm just a customer.Thoughts from engineers and managers !!!!Ok, let's get the tools you need...

What is SPI vs SPI MSP for STM32

Posted on March 28, 2016 at 17:23I am new to the STM32 product line and starting to write SPI code using the STM32cubeMX module. I note in the cube drivers manual that they provide both HAL_SPI_Init and HAL_SPI_Mspinit.  Looking through the web and ...

Resolved! Inaccurate STM32F769i-disco ADC

I want to read data from PT1000 thermistor. After succeeding in communicating with the TouchGFX model and displaying the content I wanted, I now want to be able to read real time temp. For this job I have PT1000 sensor. I have made the ADC to work, b...

lyuIvanov by Associate II
  • 1342 Views
  • 5 replies
  • 0 kudos

Fast UART Receive Interrupt with FIFO mode

Hi all,I need to install a communication between 2 STM32H743 units (on one board) with maximum speed (10 MBit) on UART mode and I need to check incoming characters to detect Linefeeds etc. The problem is that with FIFO mode enabled (Threshold 1/8) in...

GS1 by Senior III
  • 2516 Views
  • 7 replies
  • 0 kudos

USART in Synchronous Slave Mode with Interrupt not working

Hi all,I try to install a synchronous USART communication between 2 x STM32H743, one is the (transmitting only ) Master the other is the (receiving only) Slave. When transferring data via Polling everything seems to work well.But when using HAL_USART...

GS1 by Senior III
  • 712 Views
  • 1 replies
  • 0 kudos