User Activity

Hi,On the STM32 F4 products, there is a hardware/ROM bootloader, that can be activated through the BOOT0 pin. It works great, no issues with that.In a production environment, I would like to flash the board automatically, without manually pressing bu...
Hi,I am trying to use the async transfers with usarts, but it fails to enable the UART (using uart_rx_enable), due to no DMA configured for the usart.I have not been able to modify the device tree for DMA, but so far unsuccessful.On the dma2 node, I ...
I have a custom board with an STM32F303CBT6 MCU with an external 16 MHz oscillator, but I am unfortunately not able to get Zephyr RTOS to successfully boot.From the KConfig options, it does not look like the specific variant of F303 is supported. It ...