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! SW enter HardFault_Handler using OpenStm32

Posted on December 01, 2017 at 04:30Hi,The project is developed with Keil MDK, it run well. But I use OpenStm32 to create one project, and copy the source code into the OpenStm32 project. I can run with ST Jlink V2, but the code enter HardFault_Hand...

0690X00000604HZQAY.jpg
kent gu by Associate III
  • 313 Views
  • 2 replies
  • 0 kudos

Bugs in stm32f10x LL library

Posted on August 21, 2017 at 14:16I tried to use LL library for stm32f10x without CubeMX (  * @version V1.1.1  * @date: 12-May-2017) and almost immediately found some problems:1) You can't actually download LL library without CubeMX, even if you don...

amomum by Associate III
  • 543 Views
  • 5 replies
  • 0 kudos

CubeMX error code generation

Posted on November 07, 2016 at 12:19When regenerating code (previously correctly generated several times) CubeMX displays an error window and deletes an initialization assembler source file which prevents the Eclipse/System Workbench project to buil...

X-NUCLEO-IHM02A1 w/STM32F302R8 Problems

Posted on November 30, 2017 at 23:43I am using a X-NUCLEO-IHM02A1 dual stepper motor driver evaluation board paired with a NUCLEO STM32F302R8 board. My IDE is the System Work Bench for STM32. The motor driver comes with a software package for contai...

stm32l486 sdio

Posted on November 30, 2017 at 21:23Hi I have been trying to get my stm32l486RG to work wtih a microSD car but the SDIO doesnt seem to be alive. I used cubeMX to start up the project but am unable to see any signals on the D0-D4 or CMD lines. Apprec...

STM32F407 Hang in GPIO A 15 Init

Posted on November 30, 2017 at 20:36Hello friends The microcontroller will hang after the following commandHow can I fix this problem? GPIO_InitStruct.Pin = GPIO_PIN_15; GPIO_InitStruct.Mode = GPIO_MODE_OUTPUT_PP; GPIO_InitStruct.Pull = GPIO_NOPULL;...

Pedram by Associate III
  • 187 Views
  • 1 replies
  • 0 kudos

STM32F4xx CAN Bus error

Posted on November 30, 2017 at 10:57Hello ,I am working on STM32F4xx CAN interface with Busmaster . Here is my initialization code: /* CAN cell init */CAN_InitStructure.CAN_Mode = CAN_Mode_Normal; CAN_InitStructure.CAN_SJW = CAN_SJW_1tq;/* CAN Baudr...

Labels