User Activity

is there a way to tell the kernel (I'm using the Distribution Package) to use a specific pin (not the built-in DE signal) to control the Data Enable of an rs485 transceiver whenever I write something to the related tty?
In the manual of STEVAL-IPM08B I read:"The STEVAL-IPM08B is compatible with ST's STM32-based control board, enabling designers to build a complete platform for motor control."I wonder what are these "STM32-based control board" that are compatible wit...
Here the output of some commands issued on our target at u-boot stage:> STM32MP> mmc list > STM32 SDMMC2: 0 (SD) > STM32 SDMMC2: 1 > > STM32MP> ls mmc 0:4 > <DIR> 1024 . > <DIR> 1024 .. > <DIR> 12288 lost+found > 8192 u...
With the Distribution Package for STM32MP1 I created my own machine (STM32MP151A) and I was able to generate a the flashlayout for both sdcard and emmc.I don't see any script to create the image for emmc, like `create_sdcard_from_flashlayout.sh`.Is t...
I'm trying to link together two UARTs to create a sort of "bridge". Each byte received by one of them is sent to the other and vice-versa. I used this code for 7-8 years on small and slow MCUs like xmega (8-bit and 32 MHz), so I think there should no...
Kudos from