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! Cannot get continuous data from SDADC

Background: I use the stm32373c evaluation board to make project. One part of the project is to use the 16bit SDADC to acquire sinewaveform generated from function generator and send the data to pc sw thr. uart. I follow the evaluation board example ...

0693W00000FBpDcQAL.png 0693W00000FBpM5QAL.png
KShen.1 by Associate II
  • 1530 Views
  • 3 replies
  • 0 kudos

Data not being transmitted via USART on STM32H7B3I-DK

What I am trying to do:Send and receive data via USART on my STM32H7B3I-DK. I am connecting a serial USB to the STMod+ CN10 RX and TX and have 2 serial consoles on for monitoring the data that is transmitted on both ends (the serial USB and the disco...

JTurn.2 by Senior
  • 793 Views
  • 3 replies
  • 0 kudos

Resolved! Example for Dual CAN filter bank configuration (using two CAN)

Is there any example for using CAN1 and CAN2 in a dual CAN MCU like the STM32F777, especially how to configure the filter bank using the ST HAL (cube) ??As I understand the filter bank is shared. Are the FIFO0 and FIFO1 also shared?Why is there a CAN...

JDeck.1 by Associate
  • 2410 Views
  • 1 replies
  • 0 kudos

Resolved! Clarification about connecting UART and SPI to the STMod+

I am trying to connect an SPI communication device and a UART communication device to my STM32H7B3I-DK using the STMod+. From the datasheet for the discovery board, SPI and UART use the same lines (pin numbers 3 and 4) to connect the connections on t...

0693W00000FCmnPQAT.png 0693W00000FCmnKQAT.png
JTurn.2 by Senior
  • 1161 Views
  • 3 replies
  • 0 kudos

STM32F7 SAI DMA FIFO error

When using DMA to realize a SAI transmit (double buffer, rearmed in HAL_SAI_TxCpltCallback), I found some very strange behavior.In some configurations, a FIFO error interrupt (FEIF, ref. manual p. 235) happens after a few seconds. The time until this...

STM32 Nucleo-F413ZH: Proper way to start a second PWM (delayed and internal trigger start [both trigger or gated] slaved mode) , on another timer.

General objective: Generate 2 PWM's on Timer 3 and Timer 4 respectively at 50% duty cycle, both with period of 2 seconds and phase shift of 1second between them (Timer4 will start 1 sec later).Because I want it to be precise, I am not considering usi...

0693W00000FCmCnQAL.png 0693W00000FCmDHQA1.png
EToh.1 by Associate II
  • 2433 Views
  • 6 replies
  • 0 kudos

double type calculation

Hello.At the next double type calculation,double a = 0.7; char b = 12; double c;   c = a * b;c is saved to 8.39999 in the register But 0.7*12 is 8.4How can I save 8.4 to the 'c' register?Thanks.

Kim.Andy by Associate III
  • 484 Views
  • 2 replies
  • 0 kudos