User Activity

It stops at comparing values written into the flash. At the begginig some data are copying well, but then it doesn't match and return FLASHIF_WRITINGCTRL_ERROR. It always stops at the same position, but when I change size of stack it becomes differ...
Hello. Is there a better way to rotate image by 90 degree than just decompress into pixel array and then rotate it by for cycle? I’m trying to play mjpeg video from sd card by using hardware jpeg codec and dma2d. I’m successfuly done it. But if I wan...