STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! Clock speed, instruction timing not squaring up

Hi all,I'm experimenting on an STM32F723disco board, trying out some audio DSP. I seem to be getting abysmal processing speed.So as a first sanity check I did a simple nop timing test:Turn on a GPIO pin, do 50 nops, turn the GPIO pin off. (By 50 nops...

BRP by Associate II
  • 929 Views
  • 5 replies
  • 0 kudos

Resolved! About Parallel Communication

We want to do parallel communication. How can we do parallel communication with the following microcontroller?Is it possible to perform parallel communication by using I2C function?[IDE]STM32CubeIDE 1.14.0[MCU] STM32F412VGT6

UART transmission Issue in stm32g4

Hi,I am working with STM32G4.I am communicating with STM32G4 with other controller through  UART communication.I can able to receive the data from other MCU to STM32G4 all the time but sometimes I can't able to transmit data from stm32g4 to other MCU...

Resolved! I have a problem of using SPI in STM32H753VIT6 CHIP

Hello,I'm trying to do SPI communication with an ADE1201 chip through an STM32H753VIT6 chip.The maximum allowed frequency of the ADE1201 is 10MHZ, so I set the SPI to communicate with the MCU at 6.25MHZ.(The clock for SPI communication is 25MHZ, and ...

화면 캡처 2024-01-31 133410.png
KDG by Associate III
  • 5495 Views
  • 4 replies
  • 1 kudos

filter algorithm

 Thanks for the response. which filter algorithm is best to find heading in stm32 mcu form 9 axis imu sensor?.Any documents or libraries available for same ?

Resolved! Using timer to save files in SD card with interrupt

Hi all,I'm trying to use Timer16 to create a 50Hz timer to save files in the SD card. I managed to make the timer work blinking a LED, but when I put the code to save it only saves one line. Here's the logic:First I create a file  and initiate the ti...

FPicc.1 by Senior
  • 1022 Views
  • 4 replies
  • 2 kudos

Resolved! NUCLEO-U5xx: USB VCP UART for U575 and U5A5 - for you

My project to have USB VCP UART working on NUCLEO-U575 as well as NUCLEO-U5A5 boards (via a compile macro).Use the USB-C USR USB connection as a USB based UART (COM port on host): any baud rate as supported by USB speed (FS vs. HS). There is a second...

tjaekel by Lead
  • 4649 Views
  • 1 replies
  • 1 kudos