Posted on November 12, 2015 at 19:10
Hello everyone,
I just started using the STM32F7-DISCO board and i wanted to start with writing a small UI app with a single image, with the image data being stored in the NOR flash. but the applicatio...
Posted on November 12, 2015 at 19:13
I want to add that if i remove __attribute__((section(''.ExtQSPIFlashSection''))) , things work as expected.and i am initializing the NOR
int main(void)
{
/* This project template calls firstly two fun...