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

256 MB support on STM323F411

Hello,I am following up on this question as it is still not solved.We are not able to support 256MB SD CARD. Please see below.We are using stm32F411RE discovery kit. The code was generated with the cubeMX4.25. This code is supporting 4GB and 16GB SDH...

AShar.8 by Associate
  • 309 Views
  • 2 replies
  • 0 kudos

Busy bus after I2C reading?

Hello, I try to interface with mlx90640 sensor via I2C. The MCU is STM32F401REAfter reading the bus stays busy. I use LL functions:int MLX90640_I2CRead(uint8_t slave_address, uint16_t start_address, uint16_t numb_words, uint16_t *data) {   uint16_...

0690X0000060QKZQA2.png
DMako by Associate
  • 461 Views
  • 1 replies
  • 1 kudos

What is Address 0xE00FFxxx?

Hi,​I am studying SWD and I hooked up a Logic Analyzer to see the data sent over the SWD wires. The board that I use is Nucleo 64 with STM32F030. First, ST-Link requested a Debug Base Adress and target board returned 0xE00FF003 (BASE is 0xE00FF000). ...

IYah by Associate II
  • 287 Views
  • 1 replies
  • 0 kudos

Resolved! RM0433: What is "Hold boot"?

RM0433 Rev 5 in chapter 7.1. talks about "Hold boot function". The reference manual dose not come up with some explanation later.Please explain.

FreeRTOS or CMSIS RTOS in CubeMX???

Posted on June 12, 2018 at 09:14Dear friends,in CubeMX, when it is required to use an RTOS in the project, in the configuration tab there are options for both FreeRTOS and CMSIS  RTOS and you have to config both of them but there are no options to c...

Mujtaba by Senior
  • 564 Views
  • 5 replies
  • 2 kudos

STM32F429 peripheral screen

I'm trying to write to the on-board peripheral screen of the STM32F429I board, but haven't found a working example: I tried following along some examples online and in the project directory, but they all reference functions like "HAL_Init()" or "BSP_...

Labels