User Activity

My current code configures the RTC and updates date/time on initial turn on only.void set_date(void) { /* Select LSE as RTC Input */ __HAL_RCC_RTC_CONFIG(RCC_RTCCLKSOURCE_LSE);   /* Enable RTC */ __HAL_RCC_RTC_ENABLE();   RCC_OscInitTypeD...
Posted on August 08, 2017 at 14:40Hi,I have the ST S2-LP transceiver both transmitting and receiving just fine however i'm struggling to put the chip into a continuous wave mode.. from reading the data sheet i have configure the following :  To set...
Posted on April 12, 2017 at 16:04Hi,I have an STM32Nucleo board with the STM32L432 chip.I am currently trying to get the SPI example working without success.. STM32Cube_FW_L4_V1.7.0\Projects\STM32L432KC-Nucleo\Examples\SPI\SPI_FullDuplex_ComPollingI...