Posted on April 16, 2015 at 18:08HelloI am work with a STM32F105Can i connect a analog signal to PB8 pin?.Where can i find the Pin Assignments table limitations?Best regards #adc #input-pin #stm32f105
Posted on April 14, 2015 at 09:55HelloI have a nucleo STM32F103, I put a external clock of 25MHz.How can i read a analog signal conected in PB8?Someone can help me??Best regards #analog-input #nucleo-f103rb
Posted on April 07, 2015 at 13:26
Hello
I have a STM32F105RC which i connect a Potentiometer in pin PB8. I have a external clock of 25MHz
I configure the ADC with this function
ErrorStatus HSEStartUpStatus_Anal;
ADC_InitType...
Posted on January 13, 2015 at 10:27
Hello
I am try write a configuration in a microcontroller STM32F
I am using stsw-stm32010 code base example.
The example work properly.
But when I make my code don't work.
I want...
Posted on December 11, 2014 at 18:15
Hello
I have a STM32F105RC.
I am try use ''STM32_USB-Host-Device_Lib_V2.1.0''.
But my PC don't detect my device.
I use this defines symbols
USE_STDPERIPH_DRIVER
STM32F10X_CL ...
Posted on April 17, 2015 at 08:23
Hello
All right
Clive1:
I have a Nucleo-F103RB but i changed the microcontroller and i put a STM32F
I put a external clock at 25MHz. It is very similar to my final product
Baird.hal.00...
Posted on April 16, 2015 at 18:40HelloI changed this signal from PB8 to PB1 and my code continue without work.I am using the sample code stsw-stm32028but i don't understand veyr well it.Someone can send me code example?Best Regards
Posted on April 16, 2015 at 18:38HelloTrue. I fint it.I changed this signal from PB8 to PB1 and my code continue without work.I am using the sample code stsw-stm32028but i don't understand veyr well it.Someone can send me code example?Best Regards
Posted on January 13, 2015 at 17:00
Hello
I have solved the problem.
I read the solution in linkedin
https://www.linkedin.com/groups/Flash-erase-write-on-stm32f103-4240S.108244546
Thanks to Johnson C.
EEPROM_LnkIn....
Posted on December 12, 2014 at 10:59HelloI remove the use define symbols ''USE_ULPI_PHY''I was making probes. Now the sample code work in my plataform.But i don't get make that the libraries work in my code.So probably I will put my code in the sam...