Hi guys, I'm developing a GUI in Python. At first I was using a Raspberry but when events with a frequency of 10-100KHz occurs, it begins to be a problem. I've thought to dedicate a core of the Raspberry only to real time events (reading GPIOs) but then I've found PortentaH7, which sounds very interesting.
Would it possible to display this GUI in a monitor as in the documentation it says (GUI is build with PyQT):
"Probably one of the most exciting features of the Portenta H7 is the possibility of connecting an external monitor to build your own dedicated embedded computer with a user interface. This is possible thanks to the STM32H747 processor's on-chip GPU, the Chrom-ART Acceleratorâ„¢. Besides the GPU, the chip includes a dedicated JPEG encoder and decoder."
And delegate to the other kernel the real time events?
Can anyone shows me an example of the communication between the two cores?