Other Parts Discussed in Thread: BOOSTXL-EDUMKII
Tool/software: Code Composer Studio
I have a MSP432P401R and BOOSTXL-EDUMKII. I am having trouble sending an image from the PC to the MSP432 through the UART to be displayed on MKII. The MKII has a 128x128 display. I have a bitmap image that has a color depth of 256K colors represented in a 128x128 array. I am having trouble sending that image in array form in DriverLib and Register Level to the board. Is this possible?