STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! One by one port pin configuration locking

There is no clear information in the reference manual about port pin configuration locking one by one. For example (desired code): void SomeFunction() { // locking pin configuration one by one LL_GPIO_LockPin(GPIOA, LL_GPIO_PIN_0); LL_GPIO_Lock...

brat0x2 by Associate
  • 345 Views
  • 4 replies
  • 3 kudos

STM32U5 - does OctoSPI support inter-byte spacing?

Hi there,I'm working on a project with the STM32U5. This MCU comes with both a SPI and a OCTOSPI peripheral.The SPI peripheral supports a setting called MasterInterDataIdleness - in the reference manual it's shown as "master Inter-Data Idleness", whi...

Resolved! LPTIM Multiple odd behaviours

I am writing an LPTIM driver without HAL or LL drivers on the B-L072Z-LRWAN1 board. I have been getting a number of odd behaviours here that I am hoping someone here can shed some light on.1) cannot enable continuous start          -bit 2 of the CR r...

interfacing RMII and configuring its clock

I'm trying to get the ethernet initialization work. I am currently dealing with MX_ETH_Init(); failing in error handler as the software reset is not happening with the phy driver. I believe my clocks are not configured properly as per manual :    As ...

surendersampath_0-1732206016954.png surendersampath_1-1732206051507.png