Posted on March 27, 2018 at 12:42Hello, had the same issue but found a workaround:the gui erroneously validates the frequency input dividing it by 100000 and rewriting the divided value to the textbox: this is the bug.So, you don't have to press ent...
Posted on September 02, 2014 at 10:16Hello Clive, i checked the map file and the array was allocated to CCM with or without the NOLOAD bit set. The final executable works wonderfully. I was fooled because with the NOLOAD bit set, it seems that the ...
Posted on September 02, 2014 at 07:54Here's how the array which should go to CCM is declared: uint8_t netbuf[NETBUF_LEN] __attribute__((section(''.ccmram''))); As written, without changing anything else, it seems that the array is going to CCM only ...
Posted on September 02, 2014 at 02:42
Hello,
this was an interesting tip, but i cannot get the NOLOAD bit to work.
If i don't use it, i see that on the compiled output i have my buffer out of .bss section, but as many wrote, i get that huge...