STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

New possibilities for the ultra-low power segment!

STM32U0 is the first Cortex-M0+ with a static consumption of only 160 nA in standby mode with RTC (Real-Time Clock) and 16 nA in shutdown. It also achieves 118 points in CoreMark and targets SESIP level 3 and PSA level 1 focusing on firmware code pro...

gif-stm32u0.gif

reading Flash EData on STM32H573

started using STM32H573 recently, having issues with Flash Edata when reading data from EData area, which crashed at HardFault_Handler() with STM32H573I-DK. But it is running fine with NUCLEO-H563ZI for the same job.The example project “FLASH_EDATA_E...

How to interface STM32F411 to CODEC SSM2604

Hello, I'm new to the forum and I want to ask about how to make the I2S connection between an STM32F441RETx and an SSM2604 Audio CODEC.Here are the corrections:My doubt is on how I should connect the Serial Data pins from the CODEC to the MCU. Should...

Is Circle OS around anymore?

Posted on June 24, 2016 at 07:52Circle OS used to be a GUI software for the STM32 line of microcontrollers. I am looking at building my own object handling software from the ground up, but I need some guidance so I wanted to reference Circle OS.Does...

STM32F429II USB-FS SPL demo code

HelloIn my case, I am working on the project using the SPL provided by ST.It uses the STM32F429II series, and the compiler is running on IAR.I have a demo code for USB FS on the STM32F103 series, can I get a demo code for SPL USB FS on the STM32F4 se...

Jdogk by Associate II
  • 330 Views
  • 2 replies
  • 0 kudos

STM32H753 SPI data rate

Hello. Is the STM32H753 able to directly interface with a slave on the SPI bus, which continuously produces data at a rate of 40 Mbps for several hours? What would be the current consumption rate for such a case?Thank you

tariq by Associate II
  • 649 Views
  • 5 replies
  • 1 kudos

Direct Access to the SRAM

Hello, as part of my master's, I am required to process information received from some electronic system, I need to read 36 bits (output of 3 12 bit ADC) at the same time and process them and perform calculations and for that I need execution speed. ...

G491 HAL_UART_RECEIVE issue

I am developing a project in which I need to read data that is sent on the UART.Since it was not working i tried to write a new firmware that only reads from UART, with the following code:/* USER CODE BEGIN 2 */volatile HAL_StatusTypeDef huart3RxStat...