User Activity

Hi, I need to update the firmware of my MCU from the UART. I mean without physically touching the BOOT pin, but only via serial commands (classic FW update of a product).I'm not an expert, but I tried searching on the internet and I saw that for thes...
Hi, I would like to make a serial to usb converter. The problem is that I need to make a usb-to-32 serial port converter.I've seen that there is nothing like this on the market and not even chips that do this.What I came up with, is to use STM32s to ...
I'm using a STM32H745 MCU, with two processors, one of which is an M7. With the M7 I have problems with the DMA, I have seen that it is a very discussed topic on the internet, where there are many solutions, but I still have some doubts: I would like...
Hi, I have a STM32H745 MCU, which has both M7 core and M4 core. I created a project in CubeIDE, and the code that is automatically generated expects both processors to be active.Indeed, in the code of the main. of core M7, wait for core M4 to boot be...
Hi, I want to implement an I2C slave with a STM32L476 micro that basically behaves like a memory. Therefore it must respond to another micro which executes the HAL_I2C_Mem_Write() and HAL_I2C_Mem_Read() operations to this slave.Searching on the inter...
Kudos given to