Re: Link error when modifying graphics example
2021/01/18 04:08:26
(permalink)
I'm not entirely sure I follow what you're suggesting.
For DMA, from what I can see Harmony doesn't offer any options to configure this for the pic32mz. To set it to 8bit, is it a case of setting the size registers DCH0SSIZ = 1, DCH0DSIZ = 1, and DCH0CSIZ = 1 in an initialisation function, or is there more to it than that?
Modifying LCC driver - I think I understand what you are saying here, create a new driver based on the existing Harmony LCC code but for 8-bit buffers (I'm sure there is more to it than that but won't find out till I actually try it).
I don't mind having to do some rewiring to get the display working - we are only testing the display on the curiosity dev board and will make our own custom board for the product soon so have more control on pin connections.
After modifying the LCC driver, is there a way to make this as a harmony driver? If not, what will be the impact with the other components involved in the graphics generation (EBI, legato etc)? Will they all still be connected appropriately or do those components then have to be taken out of harmony and moved into my main project source code (i.e. the code that isn't automatically generated by Harmony)?