User Activity

i sending at the same time two both usart data then see rubbisch on usart1 whenonly send to usart 1 everything is ok.
first line in function MX_SPI2_Init() LL_SPI_InitTypeDef SPI_InitStruct; is not filled with zero'sand baudrate is not set for slave mode.But in in funtion LL_SPI_Init baurate is filled in an the destruct SPI CR1 register.I have there fore init the st...
Posted on October 04, 2017 at 13:31How can I stop the freertos so that i cn start to a other application.
Posted on April 25, 2017 at 14:10I use CAN1 and CAN3 on the nucleo board and generate CAN code with stmCube version 4.20.After automatic init CAN1 and CAN3 I deinit the can and then I try to init CAN1 again.CAN1 is not working.I'm looking in the can...
Posted on March 08, 2017 at 16:22static void low_level_init(struct netif *netif){uint32_t regvalue = 0;HAL_StatusTypeDef hal_eth_init_status;/* Init ETH */uint8_t MACAddr[6] ; heth.Instance = ETH; heth.Init.AutoNegotiation = ETH_AUTONEGOTIATION_ENAB...