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

I am using X-CUBE-AWS packages with p-l496g-cell01 development board to send my sensor data on AWS it works fine buy during sometime code will stick and it generates an error

I am using X-CUBE-AWS packages with p-l496g-cell01 development board to send my sensor data on AWS it works fine buy during sometime code will stick and it generates an errorI also enable "isAutoReconnectEnabled" flag but it genrate error likeERROR: ...

pragnesh by Associate III
  • 737 Views
  • 1 replies
  • 0 kudos

All the "middlewares" on github. Divide and rule!!

ST has published on github the USBH "middleware" for all MCU families...https://github.com/STMicroelectronics/stm32_mw_usb_hostand LwIP middleware...https://github.com/STMicroelectronics/stm32_mw_lwipand FreeRTOS...https://github.com/STMicroelectroni...

Pavel A. by Super User
  • 529 Views
  • 0 replies
  • 2 kudos

Resolved! Inconsistent HAL_SPI_TransmitReceive Errors

I am running a simple SPI transmit receive project with an STM32F411 (SPI Master) and STM32F303 (SPI Slave). Whenever I press the user push button on the STM32F4 Master, the Master will send a command byte (0xE1) through SPI and the STM32F3 Slave is ...

0693W000001tGAzQAM.png 0693W000001tGB9QAM.png 0693W000001tGBJQA2.png 0693W000001tGBTQA2.png
RrW1 by Associate III
  • 2373 Views
  • 4 replies
  • 0 kudos

Resolved! STM32F072RB and X-CUBE-USB-PD problem.

The usb type c pd example code does not seem to work although it compiles properly using SW4STM32. I tried the provided binary file (PNUCLEO-USB001-DEMO1.bin) and it works just fine. I am using nucleo-f072rb and MB1257 expansion board.PNUCLEO_USB001...

0690X00000BvsUmQAJ.png 0690X00000BvsV1QAJ.png 0690X00000BvsVBQAZ.png 0690X00000BvsVLQAZ.png
Red by Associate II
  • 2710 Views
  • 9 replies
  • 0 kudos

How to resolve an undefined reference to 'end' that is pointing to sysmem.c? C:/Users/dfrancoi/Documents/STMicroelectronics/LwIP_projects/stm32h750b-dk_lwip_V2/Debug/../Src/sysmem.c:57: undefined reference to `end'

I am trying to follow "How to create project for STM32H7 with Ethernet and LwIP stack working" posted on May 29, 2020 however I am getting an error undefined reference to end. When I double click the error it points to sysmem.cNot being an embedded g...

DFran.3 by Associate
  • 1372 Views
  • 0 replies
  • 0 kudos

STM32F7 STM32F769 DFU configuration

Hi,Iam trying to use software DFU bootloader trigger from STM32 application (BOOT1 and BOOT2 are untouchable). Application use USB-FS (service/CDC) and USB-HS (data/CDC), but trigger will be send via existing USB-FS (CDC). USB-FS use PA11 and PA12 an...

embvis by Associate III
  • 1038 Views
  • 3 replies
  • 0 kudos