Posted on March 14, 2014 at 07:25
Hello everyone.
I'm working with STM32F0.I'm want to make 9 bits of data to be transferred via SPI. I've done the initial configuration for the SPI but it seems like the main program that I made wrong because...
Posted on February 07, 2014 at 05:07
hello all,
I want to try the UART of STM32F030 using USART1 (pinA9 Tx, pinA10 Rx). I have try to modify some code from internet to make mikro send 'A'(0100 0001)via Tx. but when I connect Tx pin (PA9) to o...
Posted on January 30, 2014 at 03:56
Hi all,
I just started working with STM32F0. I want to try ADC1 in this board but I find some trouble. I want to turn on the LED (PC8 and PC9) by using ADC asbenchmark, so when ADC1 reach 2000 bit or7D0...
Posted on January 24, 2014 at 04:13
hi.. I'm working with STM32F0 and I'm trying to create
ADC on STM32 for single channel free run but it doesn't work. Can someone help me to find what is wrong in this code.
thank you for helping me
...
Posted on January 23, 2014 at 04:02
hi, I'm using STM32F030R8T6 to create PWM with tim3 chanel3 (PB0) but after I check in oscilloscope nothing appear in pin B0. can someone help me find what is wrong with my code.
#include ''stm3...
Posted on February 10, 2014 at 03:07thanks for your respon sung.chen_chung.I don't get it. while (USART_GetFlagStatus(USART1, USART_FLAG_TXE) == RESET);why this line make the ''A'' will never be sent?
Posted on January 30, 2014 at 08:29in console tab this message appear Reading symbols from C:\CooCox\CoIDE\workspace\ADC Rev1.2\ADC Rev1.2\Debug\bin\ADC Rev1.2.elf...done. file ''C:/CooCox/CoIDE/workspace/ADC Rev1.2/ADC Rev1.2/Debug/bin/ADC Rev1.2...
Posted on January 30, 2014 at 07:10thanks for your respon clive.I've try debug your code to my board but it doesn't work and in my compiler apear a message (No source available for '''') this link to my compile screen capture http://www.reduceimages...