User Activity

Once upon a time I did a project for displaying images from a camera OV5640 and STM32H743XIH6Then I still used TrueSTUDIO and the project was created with version HAL 1.3.0Now I have successfully translated it to STM32CubeIDE (The picture is still go...
I have a custom board with SWO pins for STM32 firmware (but I don't have the RESET pin)I was planning to update my board remotely with ST-Link and raspberry piBut I found out too late that STM32CubeProgrammer does not support ARMI tried to use ST-Lin...
I have some questions about how to start I2C on LL.Firstly, I rewrote the HAL code in LL and was a little surprisedWhy does it take so much code to read the data? virtual Status::statusType ReadByteArray(uint8* buffer, uint32 size) override { if (...
I have an RS485 device, the time for which it turns on is about 3-4 seconds.In response to a request, it can send an indefinite amount of data, so I run HAL_UART_Receive_IT with a margin of a few bytes.But I only receive 1 byte and then an OVR error ...
I am developing an industrial tablet with only one task - to display and record videoIt should be ready to work in a few seconds after turning on (that's why I also think about using STM32H7)I need to show on the display 720p (ideally 1080p) 30 frame...
Kudos from