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 not performing hardware CRC on STM32F765

I'm bringing up an Ethernet project with the latest FreeRTOS+TCP and SPL ported from the F407.I've got it sending packets but the responses to the ICMP when I ping the device come across in wireshark as having invalid CRCs of all zeros (see wireshark...

0693W00000GWq4NQAT.png 0693W00000GWq4DQAT.png
LMore.5 by Associate II
  • 1352 Views
  • 7 replies
  • 0 kudos

Resolved! STM32L4 SPI SD Card with FATfs and USB MSC

Hi all, I am working on a custom data logging board using STM32L4 and an SD NAND (uSD card in form of an IC). Since the SD chip is a surface-mounted IC (https://www.adafruit.com/product/4899) on the board using SPI and FATfs so I want to implement US...

PLy.1 by Associate II
  • 4912 Views
  • 7 replies
  • 0 kudos

Resolved! Modify usbd_stoge_if.c to use SD Card trougth SPI

Hi to all,I managed to interface with the SD card through the SPI and the FaTFS library (thanks to https://01001000.xyz/2020-08-09-Tutorial-STM32CubeIDE-SD-card/) now I need to implement a USB mass storage device on the same hardware.i don't know how...

ABatt.1 by Senior
  • 2954 Views
  • 5 replies
  • 1 kudos

Stm32 USB OTG Host and Device

Hello everyone,I have recently started working with a Nucleo board based on STM32L4R5. IDE: STM32CubeIDE and the HAL drivers.I am trying to use the USB on the Nucleo board as OTG(both Host and Device depending on the connection). I am not found any e...

POval.1 by Associate II
  • 2640 Views
  • 3 replies
  • 1 kudos

Resolved! ETH Tx offload documentation typos

As noted by @Community member​ in https://community.st.com/s/question/0D53W00001yEbUsSAK/stm32f7-eth-tcp-checksum-offload-fails :there's a documentation error in RM0410 which says CIC bits are 28..27 in [TDES1], page 1785Besides this, CIC bits are no...

Systick preemption not working

Hello,We are working on a project since some years so it begin to be quite big.We are running FreeRTOS under the cmsisOs2 API.Recently, we added an external flash on our SPI bus and started to experience timings issues:The SPI is using HAL with trans...

0693W00000WKFFdQAP.png 0693W00000WKFBmQAP.png