STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! Has the application note AN5419 been released yet?

I want to build a system based on the STM32H735ZGT6. The data sheet (page 115) refers to application note AN5419 "Getting started with STM32H723/733, STM32H725/735 and STM32H730 Value Line hardware development". However, I cannot find it.

Charly by Associate
  • 2359 Views
  • 3 replies
  • 0 kudos

How can i handle two UART ports in one STM32?

Hello,I have questions about handling multiple UART ports.​Connections are;PC <--USB VCP--> STM32(1) <--UART1--> STM32(2) <--UART2--> Target deviceTwo STM32 are both L412K series,And I wanna make a application which forwards data to the target device...

Question regarding use of AXIM vs ITCM.

I just solved a bug in my software, and can't quite understand how it happened. My code is a built in hardware test for our board, and a bootloader, which communicates with a serial bus and downloads different compoents to different memories. One o...

SBurc by Associate II
  • 892 Views
  • 5 replies
  • 0 kudos

how to properly cast ushort to float in Cortex M4 MCU

Hello I have DMA ADC and store data in uint16_t bufferI need to copy these values to input buffer to arm_rfft_fast_f32 function;the function should also cast ushort to float void copy_adc_to_input(uint16_t * int_buff, float32_t * float_buff, uint16_t...

hashtala by Associate II
  • 603 Views
  • 2 replies
  • 0 kudos

Resolved! Occasional errors on UART's received Bytes.

Hi, everyone,I have been struggling with an issue for sometime. Upon reception, occasionally, a Byte is received with an error in which the most significant bit is received as a '1'. For example, if 0x55 (0101 0101) is sent, 0xD5 (1101 0101) is rece...

PMach.1 by Senior
  • 2426 Views
  • 13 replies
  • 0 kudos