Hello,I want to design a small interface board connecting to the camera interface of the H747 DISCO board through a flat flexible cable.Will AFC07-S30ECA be compatible ?Can you recommend a flat cable and its part number ?Thanks,Christian
I am starting a new project on STM32H7 and would like to start using AzureRTOS.I have a very primitive example on github here : https://github.com/c4chris/H745-Test I thought I could simply replace FreeRTOS with AzureRTOS on both cores, but so far I ...
I see your init code of the SDRAM (lines starting with + below) is quite different from mine (lines starting with -), are you convinced your parameters are ok ? /* hsdram1.Init */hsdram1.Init.SDBank = FMC_SDRAM_BANK2;- hsdram1.Init.ColumnBitsNumber =...
Ah, I think this is the culprit in your file named H747-GUIX/CM7/Core/Src/hello_world_specifications.c you have this :ULONG main_display_canvas_memory[192000];which is used in the following hello_world_display_table[1]In my case I have a GX_NULL, in ...
@SLimi.1 when I look at your function guix_thread_entry() vs my function tx_cm7_lcd_thread_entry() I notice that I define the canvas_memory field in the display table, but I fail to see where you define the canvas memory in your code, and so I wionde...