Posted on June 05, 2018 at 14:48
Hello,
i use the stm nucleo 64 board and the stm/eclipse environment and i want to send string with usart1. Furthermore, i don't want to use cubemx and cmsis. Because it makes the code very unreadable... and I'...
Posted on June 05, 2018 at 16:44It sounds great, where I get this F303 specific SPL and does it work with the nucloe board or only with a single F303 MUC? I couldn't find it on stm.com .
Posted on June 05, 2018 at 16:16Dear Clive One,in the example project created with cubemx, which is working, I can't find anything where the pins of USART1 are explicit initialized. I think this is done with 'MX_USART1_UART_Init()' ?
Posted on June 05, 2018 at 16:10AvaTar, thank you for your answer !What is this ?I my study I used FreeRTOS, I know the basic methods. That is what I want to say.And this is a CMSIS-conformant header ...Ok, I don't know this, what say this to me or ...
Posted on June 05, 2018 at 15:56Dear Imen D,- I use the Nucleo F303RE- the pin configuration and setting I copied from a example project created with cubemx, so it should be correct, but i could miss something- __HAL_RCC_USART1_CLK_ENABLE(); I...