STM32 MCUs Embedded software

Ask questions and find answers on STM32Cube packages, including HAL, LL and middleware, and expansion software.

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

How can I know if device entered sleep mode?

Hello I am using these lines in order to put my STM32F10x to sleep mode:void enter_LPSleep (void) { //Suspend SYS Tick HAL_SuspendTick(); //Enable Power Control Clock __HAL_RCC_PWR_CLK_ENABLE(); //Put regulator to low power mode HAL_PWR_EnterS...

GunkutA by Senior
  • 852 Views
  • 1 replies
  • 0 kudos

STM32L496 Bootloader

Hi,my STM32L496 Controller ist booting only into the internal bootloader. BOOT0 Pin is low, a valid program is on 0x08000000 and if I set the PC and SR with the values I found on 0x0800.0000 and 0x080.00004 the controller does it's job. What could be...

josef2 by Associate II
  • 2480 Views
  • 12 replies
  • 0 kudos

Binary file parsing and CAN boot-loader

Hi, I am developing CAN Bootloader .This BOOtloader receives Application binary file information through CAN and update the Application .But i have a confusion that the binary file doesn't contain any Address data like Hex file format and SREC File f...

Ssaho.1 by Associate II
  • 3164 Views
  • 4 replies
  • 0 kudos

Resolved! PDO initialization Problem

Hi STteam,my name is Himavanth, working as an Embedded Engineer at Supralax Electronics Pvt.Ltd. please have a look at the problem.@brief : We are working PD source solution(i.e. 60Watt (20V @ 3A max)) using STM32G081RBT6. We are taking USB-PD_Prov...

HGorl.1 by Associate II
  • 6486 Views
  • 26 replies
  • 0 kudos

B-L475E-IOT HTTP SERVER DOES NOT WORK

Hello all,I recently bought the B-L475E-IOT running the following example. en.stm32cubel4\STM32Cube_FW_L4_V1.13.0\Projects\B-L475E-IOT01A\Applications\WiFi\WiFi_HTTP_Server, which concerns an http server. By testing it, I notice that the third time I...

VGiot by Associate II
  • 653 Views
  • 2 replies
  • 0 kudos

H743ZI2 USB OTG with external power source

Hello,I have a Nucleo H743ZI2 on which I am communicating with the micro AB USB port through USB OTG. Up until now I always had the main USB (STlink) plugged in to power the board. Eventually I want to power the nucleo board with an external 3.3 powe...

Smoun.1 by Associate III
  • 1082 Views
  • 5 replies
  • 0 kudos

STM32F767GTx custom board with webserver (LWIP and HTTPD) : how to change filename when i download a file ?

Hi,I'm a french embedded developer.At my office, i use a STM32F767GTx custom board with a N25Q128A QSPI Flash memory, and my software works fine.Recently, i add a WebServer using LWIP and HTTPD.I have some CSV files on my flash memory, generated by t...

LRABO.1 by Associate II
  • 470 Views
  • 0 replies
  • 0 kudos

STM32G bootloader questions

I'm trying bootloader of nucleo STM32G474RE and faced several issues : It seems only 8bytes alignment is working for flash writing while AN2606 table.7 says it requires 4bytes alignment.In an2606 table.141, valid RAM area is from 0x20000000 to 0x2000...

Daewoong by Associate II
  • 594 Views
  • 1 replies
  • 0 kudos