User Activity

I set the Faultmask bit to 1 with the following code snippet and then write 0x5A to an area outside of RAM and read it back.Since the Faultmask is set to 1, a HardFault does not occur, but the command line I have highlighted is also not being execute...
I made the circuit whose diagram is given on page 4 of the document in the link.I am applying 9.1v to the circuit.I can't get acknowledge to 0x88 address that I sent after start.https://www.st.com/resource/en/datasheet/tda7440.pdfI'm sure about the s...
Hi,I designed BLDC motor driver 12v powered card with the STSPIN32F0 chip and developed my own software. My codes run smoothly on the STEVAL-SPIN3201 kit.But on the own my card, 12v regulator outpus voltage inside chip didn't rised more than 1v.When ...
Posted on January 09, 2014 at 02:46I wrote a library for the STM32F4 Discovery kit. The name of this library is ZIOS.ZIOS includes low level functions. You don't need to MCU registers access for your application programs. Also I wrote simple demo pr...