Resolved! USB MSC - device for STM32U083C-DK
Is it possible to programm STM32U083C-DK as USB Device MSC? I can't see any examples of USB MSC in repository.
Ask questions and find answers on STM32Cube packages, including HAL, LL and middleware, and expansion software.
Is it possible to programm STM32U083C-DK as USB Device MSC? I can't see any examples of USB MSC in repository.
Hi,I have following settings: IDE : VS Code (NRF connect plug-in) Programmer : Stm32Cube programmer (West tools used from zephyr sdk to flash and build) Stlink Debugger OS: Zephyr MCU: Stm32u5 series (Stm32u575) Imagetool used for the signing of th...
Hi, I've been trying to find something on WebSocket connections to a public domain for sending and receiving data for the past month, but couldn't find anything related to Cubeide or C library for WebSockets or the public domain, all I can see are ...
Hello all,I am learning to implement a bare-minimal code that let PTP(OC, slave mode) works with STM32H755(Nucleo-H755ZI-Q with FreeRTOS). I have read RM0399, UM2217 as well as stm32h7xx_hal_eth.c with corresponding chapters. And here is the first dr...
Deos anybody know how to change UART configuration to send MSB or LSB first? I use STM Cube MX with STM32F446RE.
Hello,I'm working on a project which includes: W25Q32 (NOR Flash), File system and USB MSC + CDC on STM32U0 series MCU - STM32U073RCT6.Till now, I've implemented these:- SPI setup and communication with the NOR Flash (W25Q32)- For the file-system par...
With latest STM32CubeIDE:when I try to import a project for U585 with ThreadX and NetX Duo, I get local file copy failure.Issue #1 - you need to add more details/logs, so that we can know WHICH file / package is causing the issues. It's a guessing ga...
Hi,recently I changed my microcontroller from STM32L152 to STM32L552. In L1 I was using the code in the following link to activate the internal bootloader.https://community.st.com/s/question/0D50X00009XkeeWSAR/stm32l476rg-jump-to-bootloader-from-soft...
Hi,I try to enable the hardware ARP Offload in a STM32H753 custom board. The problem is, that it doesn't take the given IP adresse in die MACARPAR register regardless what the sequence of code is. I tryed it before and after enabling the ARPEN bit an...
Not able to send STM32L4S9ZIJ6 into low-power sleep mode even after using inbuilt sleep API calls. Have used HAL_PWR_EnterSLEEPMode function call after configuring SLEEP_PD register, configuring system clock to run at 2MHz & changing the regulator mo...