STM32 MCUs Products

Ask questions, find answers, and share insights on STM32 products and their technical features.

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Problem On using HAL_SPI_Receive() function

I'm new to ST-Micro controller, I m using STM32F429. I'm Receiving 8 bytes of data from SPI1 Port and transmitting the same data thru UART2 port to view in serial terminal. I m not supposed to view the HEX data. It is giving either ASCII or Unicode. ...

0693W00000CzzqDQAR.png 0693W00000CzzssQAB.png
JA.3 by Associate
  • 966 Views
  • 1 replies
  • 0 kudos

HardFault Handler not being executed

When a HardFault occurs, the program jump to HardFault_Handler function but it is not being executed.I'm usen STM32CubeIde, when I'm in debugging session, the arrow is stuck in the name of the function but nothing more happens: checkFault(); is not e...

L476 locking up, hard to reconnect the debugger afterwards

I'm working on an project with an L476 using SWD. Main project is basically up and running, but I'm having problems with the bootloader. The bootloader needs to be small as possible, so am avoiding the bloaty HAL and have set up the PLL. Seems OK in ...

DiBosco by Senior II
  • 957 Views
  • 5 replies
  • 0 kudos

No BSP for my STM32F411E-DISCOVERY board on Keil uVision 5

Hey, Im learning my stm32f411e-disco and I am following a guy whos using a slightly different board (stm32f407 discovery or just stm32f4Disco) I cant find BSP for my board on Keil and I was wondering if i could use the STM32F4Discovery's BSP or not. ...

KP.3 by Associate II
  • 973 Views
  • 1 replies
  • 0 kudos

How to debugging & programming stm32 using ESP8266 Wifi?

I want to programming & debugging STM32 ​F0 , F1, F4 series MCU wirelessly using ESP8266 wifi module.​MCU connected to esp8266 wifi module through internet connection using ​UART bootloader.​For debugging ​connect using remote GDB server IP & Port no...

Hello! I am currently working on STM32F205 using Keil uvision. I have been getting an INVPC hard fault repeatedly. So I increased the stack size from 0x400 to 0x800 and set the stack alignment bit in CCR register at power on. This removed the INVPC hard

fault but instead I got Precise Bus Fault with following stack frame :R0 = 28000134 R1 = 1 R2 = 40000000 R3 = 1 R12 = ae60cd5 LR = 80015b9 PC = 80015be PSR = 2100002c- FSR/FAR: CFSR = 8200 HFSR = 40000000 DFSR = 0 AFSR = 0 BFAR = 28000130By disassemb...

TBhil.1 by Associate II
  • 967 Views
  • 3 replies
  • 1 kudos