User Activity

Posted on January 20, 2015 at 15:40According to the datasheet it says, cache is turned off and art accelerator is on. http://www.st.com/st-web-ui/static/active/en/resource/technical/document/datasheet/DM00035129.pdfSo by default the cache is turned ...
Posted on December 22, 2014 at 17:00 For example: output = asinf(num1)*0/PI; //result = 60 output = output/2.0; //result = 30 output = output * PI /0; //result = 0.5235987 radians (30 degrees0 output = tanf(output); /...
Posted on October 28, 2014 at 09:39Hi, I built a .bin file configured to make the chip run as VCP. I flashed the .bin using busblaster successfully. I get the following message after flashing via openocd wrote 26284 bytes from file STM32DiscoveryVC...
Posted on October 26, 2014 at 20:01Hi, I am looking for some info regarding the external clock bypass conditions for STM32F417IG. There was not sufficient info in the datasheet. But, in the reference manual I could find some related data regarding h...