User Activity

While investigating for the firth evening in the row why OTH_HS USB on STM32U5A9x does not work I reviewed USB registers. There are quite few of them and in HAL some are them are named differently than in RM0456 (details here), but that is not the ro...
In RM0456 section 73.4.3 OTG_HS core (p.3279) I found the following statement:"The OTG_HS receives the 60 MHz clock from the reset and clock controller (RCC). This is typically generated in the PLL associated with the HS PHY and enabled in the RCC. T...
I am unable to make working ThreadX USBX Host example for STM32U5 adopted for Nucleo-U575ZI-Q.All, but the last setup step described in Introduction to USBX section 3.3 complete properly, but when finally HAL_HCD_Start() is called, ThreadX crashes. W...
Every time I need to configure I2C, which is not often, I have to check the correct rise and fall times for the default 100kHz frequency and doing so I am asking myself a question why the typical 100kHz value is provided by default but rise and fall ...
I am unable to configure TCPP03-M20 USB power controller chip available on B-U585I-IOT02A board.Supposedly, unlike most other boards, this board should be able to provide power to a device over USB-C connector.However, I found no examples of how to p...