HardFault_Handler
Hi, I have a problem with HardFault_Handler.Sometimes, when I'm writing into the flash it happens.After many days on searching still I don't understand why it happens and what it means.Has someone got a suggestiom for me?
Ask questions, find answers, and share insights on STM32 products and their technical features.
Hi, I have a problem with HardFault_Handler.Sometimes, when I'm writing into the flash it happens.After many days on searching still I don't understand why it happens and what it means.Has someone got a suggestiom for me?
Posted on September 16, 2012 at 20:51Hi All;For people who interested by connecting a mouse or a keyboard to the STM32F4 Discovery:Attached a project that I have ported from the example provided in ''USB On-The-Go host and device library'' that work...
Dear AllCubeMX (Clive, I know you do not encourage relying on it, but please bear with me for a while) adds many c and h files to a project. Is the programmer allowed to modify any of such c files other than the main.c? For example, I see a void SyST...
According to ARM Cortex-A Series Programmer’s Guide for ARMv8-A:15.1.2. Standby...This mode is entered using either the WFI (Wait For Interrupt) or WFE (Wait For Event) instructions. ARM recommends the use of a Data Synchronization Barrier (DSB) ins...
We are using ROS Serial to let Raspberry Pi and STM32F103C8T6 communicate with each other. And there is another UART channel for IMU to use. We observe that the spinOnce function of ROS jammed the process of MCU. Therefore, other work cannot operate ...
With a 400MHz clock and very high speed ports, I was assuming the faster data lines would need series resistors to avoid reflections in the way things like FPGAs do. But I've just noticed the evaluation board doesn't have any and routes even high spe...
Microcontroller used : STM32F779NIQuestion: [1] My understanding is that the backup domain is directly supplied from Vdd or Vbat (When Vdd is removed) without any regulation (1.8V to 3.6V). Does this means below blocks can operate directly using Vdd...
Posted on August 19, 2009 at 06:01SPI DMA with CRC Question
The current Flash Loader does not support the STMH32H7XX family, can we hope to have support soon? The PID is 450 , It is relatively easy to fabricate a .STMAP but the option bits need to be somehow supported by the application
Hello ST Community,I am currently working on a prototype using a SPBTLE-RF module for Bluetooth communications. The module is connected with a SPI bus to a STM32L476VGT6 MCU to control it.The problem is, I didn't find anything in the documentation ab...