Posted on October 21, 2014 at 23:30
Hi,
Its my first time here!
I have a STM32F429I-DISCO, original from factory.
I used the STM32CubeMX with STM32Cube_FW_F4_V1.3.0 to build a code.
I selected ''new project\board selector\...
Posted on October 24, 2014 at 01:39
dear Clive, with the help of my ''friend'' google and some time, I got the following solution:
#include <
stdio.h
> // to printf function and...
#include <
inttypes.h
> // use C99 format specifiers: ...
Posted on October 23, 2014 at 21:28 I noticed the following problem in this new version: 15:37:20 **** Rebuild of configuration Debug for project board 168MHz Configuration ****
Info: Internal Builder is used for build
arm-atollic-eabi-gcc ...
Posted on October 23, 2014 at 18:28
Dear Clive,
first: You're right... its not the same config...
I was testing other frequencies, and forgot to return to the previous...
Now its all the same old one.
second: Sorry me about...
Posted on October 23, 2014 at 01:16 I'm not sure if I made the right way, but... I performed in debug mode and after that went through HAL_RCC_OscConfig(&RCC_OscInitStruct); I captured the following variables: Name : RCC_OscInitStruct Det...
Posted on October 22, 2014 at 01:33
Thank you for helping-me Clive
I know that the STM32F429ZIT microcontroller, does not need an external crystal to work, however I setup the STM32CubeMX tools, for it generate a code using the Crystal...