User Activity

Hello,I'm a newbie using Yocto so my question maybe doesn't make a lot of sense.I'm trying to add rust 1.78 to an existing image (STM32MP1 OpenSTLinux).1. I cloned the repo in the layers directory (git clone https://github.com/meta-rust/meta-rust.git...
The code after the LAN speed auto detection is this :line 443 @stm32f4xx_hal_eth.c   if((phyreg & PHY_SPEED_STATUS) == PHY_SPEED_STATUS)   {     /* Set Ethernet speed to 10M following the auto-negotiation */   (heth->Init).Speed = ETH_SPEED_10M;  }  ...
I'm connecting a X-NUCLEO-PLC01A1 with my DK2 card. The Inputs are working fine and for the outputs I can read the fault status , I'm getting 0000 0000 1000 0101, then all is right, the 3 error leds are off, and the OE signal is in 0 (I tested also w...
I don't want to use a usb to serial adapter because I need the 9th bit available in the UART and this converters are not generally compatible with that