@miciwan great post! Do you have any reference to information about XBAR besides the technical manual?
What other methods are there to trigger a DMA transfer? And how would one attach a clock signal to a DMA transfer...
Did you take your UDS example from a Hackster article? If so it might be mine.
I'm not sure 0xF405 will yield anything unless it's being requested from a VW/Audi MQB platform vehicle (that's what I tested on)
My...
I was hoping to use code based trigger via a display flush callback from LVGL (they did it that way on an STM32F429 example with DMA)
But, this is where I feel I have far too less knowledge to even begin with DMA - I...
I was provided a sample library from a forum member to drive a tft display via 8 bit parallel using digitalWriteFast() and we can get a full screen update (480x320) in roughly 5-6ms.
Performance wise it's fast, and I...
Dynamically, I believe not.
The Teensy does not have a mechanism to dynamically allocate RAM into the PSRAM chip.
You can declare EXTMEM before variables to place them into the PSRAM memory block - scroll all the way...
Just coming back to this as I am now finally giving it a try.
When I set my lv_conf file with the same setting as above I get a bunch of compile errors - so many that I have attached them as a text file.
The...