Posted on July 28, 2016 at 05:41
Hi. I've compiled a couple very simple working programs for my 446Nucleo board using CubeMX. I'm having trouble when I want to use functions found in the SPL, like
RCC_GetClocksFreq.
Is there a loose tran...
Posted on July 19, 2016 at 09:36Hi my name is Etienne, I am new to microcontrollers and I'm still banging my head against the wall. I would like to run a simple USART printf function to get things going. To keep it short, Ive got a Nucleo F103...
Posted on July 28, 2016 at 03:49some questions - -in which file do I need to define USE_STDPERIPH_DRIVER? -Where can I learn more about this, (setting up the stm32fxxx_conf.h file, the proper includes, etc) besides combing forums and youtube instru...
Posted on July 28, 2016 at 01:40Thanks everybody for your help. After all, I never could get the SPL Examples up & running on my boards. Maybe after some time and programming experience, those will be easier to navigate. I did, however, get Cub...
Posted on July 20, 2016 at 00:46Clive thank you so much for the example. I must be missing an include, because now all of the Library functions bug: error: use of undeclared identifier 'USART_InitTypeDef'... and so on. Is there a 'master' library...
Posted on July 19, 2016 at 20:26Any ideas on how to Port the projects from STM32F10x_Examples to a Nucleo or more generic format? It seems like they all have this for a starting point: #include ''stm32_eval.h'' #ifdef USE_STM32100B_EVAL #includ...