Resolved! No OSC_IN on STM32H503KB (32-pin QFN)
The 32-pin package doesn't seem to have any kind of external clock input at all, and the device does not feature "crystal-less USB". How do we provide a stable clock for USB then?
Ask questions, find answers, and share insights on STM32 products and their technical features.
The 32-pin package doesn't seem to have any kind of external clock input at all, and the device does not feature "crystal-less USB". How do we provide a stable clock for USB then?
Greetings,I have acquired Nucleo-U031R8 as I was searching for ULP controllers and specification of this one was good. I am currently trying to lower current consumption as low as possible. Previously, I have used Nucleo-L073RZ where I was able to ac...
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!).
Currently, I have a project using a secure application for the STM32N6570-DK. I am able to run and debug the FSBL and Application with the system in Dev Boot, but have yet to be able to attach and debug when booting from the external flash (Boot1 and...
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...