stm32f0 SPI1 Unidirectional receive-only procedure
Posted on October 19, 2016 at 09:56The original post was too long to process during our migration. Please click on the attachment to read the original post.
Posted on October 19, 2016 at 09:56The original post was too long to process during our migration. Please click on the attachment to read the original post.
Posted on October 19, 2016 at 19:35 Here is my code: #include < stdio.h > #include < string.h > #include ''stm32f10x_gpio.h'' #include ''stm32f10x_rcc.h'' #include ''stm32f10x_usart.h'' //############################## volatile unsigned c...
Posted on October 19, 2016 at 19:34Where do I set the ADCCLK frequency?The ref manual says: The ADCCLK clock is provided by the clock controller. It is generated from the HSI oscillator after a clock divider:But I can't find where to set the divider...
Posted on October 17, 2016 at 21:16Hi all, I'm developing a board that will host a 7'' to 10'' tft screen. The cpu on the board is a STM32F429. To store the data (frames) that the controller will puts on display I need to set up the system to use an...
Posted on October 19, 2016 at 16:39Hi everybody, I just connected one resistor in pin PA3 of stm32f091 to read value of a voltage divider. But when i connected this, my tension is down. I know there are pull up and pull down internal resistor about ...
Posted on October 19, 2016 at 16:38Hi everybody, I just connected one resistor in pin PA3 of stm32f091 to read value of a voltage divider. But when i connected this, my tension is down. I know there are pull up and pull down internal resistor about ...
Posted on July 01, 2016 at 12:30Dear ST Team, along another issue I found in the F373 SDADC code, I saw a strange behaviour of the SDADC against the description in the F373 reference manual. My software samples some sensors connected to multiple cha...
Posted on October 19, 2016 at 17:06Hello, I want to spin my PMSM motor with STM32303E-EVAL. I am using STEVAL IPM15B board as a power stage. I have downloaded latest STM Motor control PMSM FOC library v4.2 with STM Motor control Workbench. I have f...
Posted on October 13, 2016 at 08:40The original post was too long to process during our migration. Please click on the attachment to read the original post.
Posted on October 18, 2016 at 01:27Hello to everyone, Today I received a STM32F303VC for a university course. Worked with this board a couple of times before, did some simple programs (switching on the leds) and took it to my home. Here I tried to d...