User Activity

Posted on July 27, 2013 at 15:46Hi, I've noticed weird problem when calling few math functions few times in a row or a loop like: c = sin(3.0)+sin(5.0)+sin(5.0)+sin(5.0)+sin(5.0)+sin(5.0)+sin(4.0); Actually I don't know what's going wrong but my app...
Posted on July 12, 2013 at 00:17Hi, I'd like to have algorithm executing application (from 0x8004000) operating on data buffered in my modified IAP firmware (2 x (uint16_t [128]) located after IAP code, before 0x8004000). But after compiling my IAP ...
Posted on December 17, 2012 at 14:48I'd like to implement simple DSP job on my STM32F4 discovery board. I wish to have possibility to change it during STM32 work without flashing program memory. Can I do that? It's like I compile some C funtion to m...