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

how can we send binary data on two different pins simultaneously on both the rising edge and falling edge of dclk whose speed can be 1MHz on stm32f4?

PCA is managed by a full-duplex serial interface. A typical data frame is defined bya burst of 8 DCLK pulses followed by an assertion of a DLOAD pulse (these lines are driven by the host printing system.). During each frame, 32 bits of control or pri...

SAMIN.1 by Associate III
  • 3076 Views
  • 14 replies
  • 0 kudos

STM32 Custom OTA Dual Bank Config

Hello There,I'm working on OTA application and successfully executed single bank OTA.Now I'm looking to switch to Dual bank operation to make it more reliable. So, there are 2 banks (memory areas) and after each update, the active bank changes. Means...

KAgga.1 by Associate III
  • 592 Views
  • 0 replies
  • 0 kudos

How to implement Pulse counter on STM32H723?

Hi,In our application we are using a cooling system(i.e., a FAN/DC motor). For which I have implemented TIM1 in PWM mode to control the speed of the FAN, the story doesn't end here. The FAN provides a feedback which is called as pulse sensor which ca...

Arrhenius by Associate III
  • 3853 Views
  • 3 replies
  • 0 kudos

Cannot send break condition via uart.I have a nucleo board 32l422 and i connected lora rn2483. I can communicate with module but when set this to sleep i cannot wake up module.I tried HAL_LINSendBreak with no success.

LORA DATASHEETThe default settings for the UART interface are 57600 bps, 8 bits, no parity, 1 Stop bit,no flow control. The baud rate can be changed by triggering the auto-baud detectionsequence of the module. To do this, the host system needs to tra...

FNtin.1 by Associate II
  • 2624 Views
  • 9 replies
  • 0 kudos

Resolved! I2C interfacing not working while using SPI.

Hello.I have been working on a project where the I2C based sensor I have chosen works by itself. When I enable a SPI based module, the I2C sensor does not seem to send any data.The I2C lines don't even have any conflicts with other pins.I have includ...

uartist by Associate II
  • 1125 Views
  • 4 replies
  • 0 kudos

SPI communication with X-NUCLEO-OUT02A1

I order the X-NUCLEO-OUT02A1 and I work with a NUCLEO-F746ZG.These two boards aren't directly compatible I know.But they communicate with SPI, so I'm sure that you just can implement the communication with a bit of mapping with some breadboard wires....

STM32H7 SPI DMA not working

STM32H7 SPI DMA not workingHi. I have stm32H745 nucleo board, in my project i want send data from MOSI via DMA (i did the same on old F4 discovery correctly).PE_14, SPI4 , DMA2_stream3, DMUX11=84 (for tx spi4)In project i need to send data (fb[][]) t...

AAnt.1 by Associate II
  • 4970 Views
  • 3 replies
  • 0 kudos

STM32G071 ADC channel selection

I wanted to know which channel is converted latest. I configured as belowhadc1.Instance = ADC1; hadc1.Init.ClockPrescaler = ADC_CLOCK_SYNC_PCLK_DIV2; hadc1.Init.Resolution = ADC_RESOLUTION_12B; hadc1.Init.DataAlign = ADC_DATAALIGN_RIGHT; hadc...

HPATH.1 by Associate II
  • 868 Views
  • 1 replies
  • 0 kudos