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

Resolved! UART2 doesn't sent data from TX

Posted on July 20, 2017 at 06:03I made a program and it works well without UART2. I just made a simple program but nothing happend on the TX pin of the UART2.while (1) { /* USER CODE END WHILE *//* USER CODE BEGIN 3 */displayBuffer[0]++; updateLcd()...

Changing filter and channel properties during the run

Hi,I'm using DFSDM on NUCLEO-L476RG, the DFSDM configured as follows:static void MX_DFSDM1_Init(void) {   /* USER CODE BEGIN DFSDM1_Init 0 */   /* USER CODE END DFSDM1_Init 0 */   /* USER CODE BEGIN DFSDM1_Init 1 */   /* USER CODE END DFSDM1_...

lFurm.1 by Associate II
  • 2256 Views
  • 1 replies
  • 0 kudos

cannot debug, throwing the error

I accidently clicked on device configuration tool code generation icon i believe and i am now unable to run the code. I am getting these bunch of errors. How do i solve this problem?

0693W00000aIA5pQAG.png
RShre.2 by Associate III
  • 242 Views
  • 2 replies
  • 0 kudos

FMC Nor Flash XIP with STM32H7

Hi I have a custom STM32H743 board with FMC nor flash M29W128GH70ZS6, and I want to run code on this FMC nor flash.I noticed there is anexample project in STM32Cube_FW_H7_V1.11.0\Projects\STM32H743I-EVAL\Applications\ExtMem_CodeExecution\ExtMem_Appli...