STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32F7, Hard fault in USBH_MSC_GetLUNInfo()

Hi,I have a STM32F7 and I use USB MSC without RTOS.When debugging with JTAG after connecting the USB memory, a hard fault occurs as follows.*Check Appli_state = APPLICATION_START in USBH_UserProcess() before f_mount()HAL version(MCU package): 1.17.2 ...

Hosung_0-1745898495580.png
Hosung by Associate
  • 43 Views
  • 1 replies
  • 0 kudos

LWIP 2 interfaces issue

Dear colleagues, hello! Question about LWIP. I have two network interfaces, one on the QCA 7000 chip via SPI, the second on LAN 8742, installed on the debug board. I use the Socket API. The problem is as follows: The server is running on one interfac...

Ivan4S4 by Visitor
  • 83 Views
  • 9 replies
  • 2 kudos

CubeIDE arm-none-eabi-gcc Toolchain sources

Hi,I am currently working on a build container for my project and I’m using the ARM toolchain (arm-none-eabi-gcc) from ARM Developer sources:  https://developer.arm.com/downloads/-/arm-gnu-toolchain-downloads .Do you have an authless link that provid...

lotou by Associate
  • 80 Views
  • 1 replies
  • 1 kudos

FLASH_TYPEPROGRAM_FAST fails in G0B1

I tried to use FLASH_TYPEPROGRAM_FAST in a G0B1 but is not working after a page erase. I suppose it will work with mass erase but not tried. Only works FLASH_TYPEPROGRAM_DOUBLEWORD. I've also tried to make my own function to write only 32bits modifin...

stm32h7s78-dk how to run FATfs Multi Access

Hi Team,I'm trying to run Fatfs Multi Access example in the stm32h7s78-dk. Im having hard time understanding the Readme instructions.  I have the switch set to boot0.Im using stmcube progrmamer. I have added external loader: MX66UW1G45G_STM32H7S78-DK...