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

Verification failed

Hi,I wrote an external loader and tested for writing , erasing sector, erasing chip, reading, using "\testbinary1M.bin". But it failed in verification. What could be the reason? EDIT: I'm checkin what's going on by a logıc analyzer. I'm not using qua...

Ezgi by Senior
  • 430 Views
  • 1 replies
  • 0 kudos

Maintain Codes After Power Off

Hello,I developed a custom-designed system with an STM32F767 microprocessor and controlled its parameters with a user interface through a Bluetooth module. When I power off then power on the system, I couldn't communicate with the circuit board. Is t...

AE104 by Senior
  • 2669 Views
  • 15 replies
  • 0 kudos

STM32F4 SPI code only works in debug mode

Hi I am trying to read ID of an external FLASH.The code which reads it is shown below.uint16_t FLASH_ReadID(void) { uint16_t tempData = 0x0000;   //Read ID GPIOB->BSRR |= GPIO_BSRR_BR2; //Reset FLASH CS while(!(SPI1->SR & SPI_SR_TXE)); SPI1->DR ...

LLOLO.1 by Associate II
  • 1510 Views
  • 4 replies
  • 0 kudos

Resolved! Sending AT command to esp8266 using stm32F103 through usart

i'm trying to communicate with a Wifi module (esp8266) using STM32F103, on keil IDE. As described in the schematic : i want making my stm32 send AT command to esp8266 through usart1 (Tx1), and getting the esp response (Rx1), then display the esp resp...

0693W00000BZddpQAD.jpg 0693W00000BZdduQAD.png 0693W00000BZde4QAD.png
SIDRI.1 by Associate III
  • 5103 Views
  • 9 replies
  • 0 kudos

Hello to everyone, I just joined the Stm32 family and I chose the STM32F373C8T6 chip to use in my projects. The reason I chose this mcu was that I used two different SPI communication components in the project I wanted to do.

Hello to everyone,I just joined the Stm32 family and I chose the STM32F373C8T6 chip to use in my projects. The reason I chose this mcu was that I used two different SPI communication components in the project I wanted to do. But since I am very new, ...

RŞahi.1 by Associate II
  • 455 Views
  • 1 replies
  • 0 kudos

Memory malloc fails after upgrading of new firmware.

Hello @Martin KJELDSEN​ @All ALL​ ,Facing issue in up-gradation of new firmware in following scenarios.I am using "STM32F412CGU6" microcontroller with MPU protection.My application stores the new firmware in an external SPI flash. Firmware data recei...