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

Ethernet webserver how to generate static webpage?

hi i am using cubemx and generated an ethernet webserver project from example on nucleo f429i board it is working with default webserver page. However i need to use my own custom webpage , but do not know how to generate static webpage i followed som...

svii by Associate III
  • 698 Views
  • 2 replies
  • 0 kudos

Resolved! problem mapping NAND flash to PC through USB_MSC

I just made a FS_USB_MSC project and I wanted to access the flash from my windows computer.when I use RAM space for the STORAGE_Read_FS and STORAGE_Write_FS I can Access the RAM without any problem. and also I can format the space in windows to be ab...

MVV.1 by Associate II
  • 2119 Views
  • 9 replies
  • 0 kudos

Resolved! STM32L011f3p6 using UART RECEIVE IT mode with HAL.

Hi,I had worked with stm32f407 using HAL libraries earlier but it is different UART peripheral from F4 a bit. I  use again HAL_UART_Receive_IT() and HAL_UART_RxCpltCallback() for stm32L011 in the user file. I implemented the Callback function respec...

Resolved! STM32G0 UCPD DRP Availability

I am curious if the STM32G0x1 can manage a DRP and a UFP USB-C as a charge through application?The USBPDM1 doc mentions other IC's and possibly other breakout boards.Is there a timline on when the TCPP03-M20 and documentation will be available?Cheers...

IOTkid by Associate II
  • 1021 Views
  • 2 replies
  • 0 kudos

Resolved! Git Commit Hash flashed along with my code?

Howdy everyone.I need my MCU to be selfaware of what FW version is currently flashed,so far im just manually typing the git commit hash inside a const string every time i change the FW version.It looks to me like a feature that should be supported so...

0693W000008GHL5QAO.png
Javier1 by Principal
  • 4390 Views
  • 11 replies
  • 3 kudos

STM32L4 USB polling: Which interrupt line?

Hi. I'm having trouble managing a USB slave on STM32L4 using interrupt. I'm able to make it work using polling, and on a previous F3 project, had polling working.From RM, NVIC section, F3 has 3 USB lines: Wakeup, LP, and HP (HP and LP are shared with...

DOCon.1 by Senior
  • 946 Views
  • 5 replies
  • 0 kudos

Resolved! ETH DMAMR SWR always set, why?

Hello , I have STM32H750x MCU. I would like to know why the ETH DMAMR->SWR (software reset bit) is still ALWAYS SET?I know even the HAL driver is trying to do the SW reset on the ETH DMA and MAC. I know I should have an enabled and stable clock for t...

Peter_TEC by Associate II
  • 2757 Views
  • 7 replies
  • 0 kudos