Resolved! USB_OTG and Flash Drive on STM32F469I-DISCO
Can the STM32F469I-DISCO support reading/writing a FLASH Drive on its UTB-OTG interface ?What software does it need for this ? (Pardon my ignorance - I'm a Hardware guy!).
Ask questions, find answers, and share insights on STM32 products and their technical features.
Can the STM32F469I-DISCO support reading/writing a FLASH Drive on its UTB-OTG interface ?What software does it need for this ? (Pardon my ignorance - I'm a Hardware guy!).
I'm using STM32 with HAL and LL drivers (H7 and G4 families, in particular, but I think this can be a general question) and I trying to avoid being forced in recursive faults when reading a flash location with broken ECC. In my application it may hap...
Hello at allTo do this, I use STM32CubeIDE and STMCubeMX to configure my I/O interfaces and serial buses, including two SPI buses to control my converters.Only the hardware configuration of an SPI bus is limited to between 8 and 16 data buses, wherea...
I am dealing with an I2C lockup issue where the I2C bus is locked up periodically and I need to toggle the SCL pin to free up the bus. To test my theory and make sure that the fix works I just used an osDelay(1) call. I know this is a 1ms delay but...
Good day,I have stumbled upon an issue with my device's bootloader that seems to be inconsistent with the ST documentation. I have an STM32G031K8T6. USART1 RX and TX are connected to an RS-232 transceiver, which is then connected to my host PC using ...
Hi team,I am using example code GPIO_IOToggle. which is working fine.1. Tried to use below changes in .ld file as below and that also works fine when we dump code form STMCubeIDE.MEMORY { RAM (xrw) : ORIGIN = 0x20000000, LENGTH = 32K FLAS...
Hello,For some reason I'm unable to get valid readout of internal MCU temperature. Maybe someone have an ide why this might be happening? System is running on STM32G0B0 MCU. I init ADC over HAL generated code and enable only internal inputs (`ADC_CHA...
Dear Team,I am completely new to Embedded systems.I am an analog design engineer.Decided to start my embedded learning with STM32.I bought a nucleo-64 board.If you don't mind could you please guide me how do I start. I saw many training materials in...
Hello Team,We are facing an issue with the STM32F407ZGT6 microcontroller, specifically with the PC10 pin.Our primary objective is to use PC10 as a clock output pin for SPI communication. However, we observed that the expected clock pulses are not bei...