User Activity

There is gpio interrupts enabled on both cores, but for different pins.Both cores run mbed os 6.15Programs on th both cores are almost the same:void gpioInterruptHandler () { gpio_irq_disable (); someFlag = true; disableCounter++; }   voi...
I have custom board with 800x480 TFT display, external SDRAM and STM32H745II MCU.I have two problems that can be related, but I'm not sureWhen I'm trying to change one byte in the SDRAM from the debugger Memory window, 8 bytes around it change, mostl...
Kudos from