Hi, I`m new to MIPI DSI, and still learn how to use it.Recently, I develop with my custom board and start with MIPI interface display. Then config with CUBEMX, but after compile program, it always stuck in HAL_DSI_Iinit while loop below /* Ge...
Hi ,
Recently, I`m using STM32H7 MCU to implement Ethernet Application. I have try TCP Client Echo from example code and it works. Then I want to try with MQTT and it always gets fault.
And using mqtt_client_connect function, it will return ERR_RTE...
Hi All to Professional,I`m using the TouchGFX to work on my custom board. (STM32H7Series)And my environment of software tool.- STM32CubeIDE Ver 1.11.2- TouchGFX Desiger 4.20.0 Here`s the thing~I build the project with CubeIDE and setting all peripher...
Hi,I`m using small internal flash MCU for my research, so I need to store all function and data on external flash.The File Extension is called *.stldr that generated from External Loader Algorithm. After programming, all function works fine.Now I con...
Hi,I`m using STM32G431 for practicing SPI protocol knowledge, but face some problem like below.I use �?HAL_SPI_Transmit_IT】API to send (0x5A,0xA5) data out, but measure with Oscilloscope and figure out the wrong data.In �?SPI_TxISR_8BIT】show how d...
Hi. @Imen.D Thanks for your reply.My custom board is designed with STM32U599. Can you advise the suitable DSI Clock that I can reference?And I download STM32U5A9J-DK example to see what different, but still no solution. Additional, in the function, i...
Hi @STea, Sorry for lately busy.Thanks for your reply. For more information below,1. Set MPU in 0x30040000 region for protect as the most setting.2. Enable LWIP in all default setting. Only set the Static IP Address3. API Reference to Erik Andersson ...