STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

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
  • 841 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
  • 848 Views
  • 3 replies
  • 1 kudos

I am getting the wrong values while interfacing MPU6050 Accelerometer with STM32F446RE. For Example for value of X, Y, Z axis as 0 , 0, 1 i am getting 0, 3.16, 1 for 0 ,1, 0 i am getting 3.16, 3.16, 0 and so on i am continuously getting this 3.16.

For MPU6050 i am using accelerometer range of +/-2g with sensitivity of 16384.For STM32F446RE board i am using I2C1 to interface with MPU6050 in standard mode with duty cycle as 50%. i am using PB6 as SCL and PB7 as SDA.Help me in getting my values i...

GAgar.1 by Associate
  • 897 Views
  • 1 replies
  • 0 kudos

Resolved! Flash program and flash erase on micro STM32F746ZGT7

Hi everyone... I received a source code from another microcontroller STM32F401RBT6 where another developer was flashing and erasing the flash in this way .. int16_t FlashEraseApp(void) { HAL_StatusTypeDef res; FLASH_EraseInitTypeDef erase_init; ...

SGasp.1 by Senior
  • 1962 Views
  • 5 replies
  • 0 kudos

Resolved! Firmware upgrade with USB stick for microcontroller STM32F7 with quadspi for storing images in external memory

Hi folks... I did a bootloader for STM32F7 able to load an hex file from USB stick .. erase the previous flash memory starting at address 0x0810000 (the starting address of the app to delete) and update correctly the new app. The problem is that the ...

0693W00000CztNjQAJ.jpg
SGasp.1 by Senior
  • 860 Views
  • 3 replies
  • 0 kudos