How can i get SDK_2_16_000?
I only see version 2_14 in the sdk builder
Does this example have the smart dma code as source and is explained, or just a compiled byte array as the other examples?
Still a documentation or user manual would be preferred.
It is pretty disappointing that there is this nice piece of HW, but it can't be used, as it's usage is undocumented.
Maybe mark it clearly in your presentations that caution smart dma is not actually usable, you can only use it for 2 demo purposes for which we provide firmware, other than that you can forget it.
This is what i mean by smart dma firmware provided in the examples:
const uint8_t s_smartdmaDisplayFirmware[] = {
0x24U, 0x00U, 0x00U, 0x04U, 0x18U, 0x01U, 0x00U, 0x04U, 0xC8U, 0x02U, 0x00U, 0x04U, 0xF0U, 0x01U, 0x00U, 0x04U,
0x7CU, 0x03U, 0x00U, 0x04U, 0xACU, ...
this is not source code, i can't understand how this was obtained or how to modify it