User Activity

I have done following configuration for RTC:static void MX_RTC_Init(void){/* USER CODE BEGIN RTC_Init 0 *//* USER CODE END RTC_Init 0 *//* USER CODE BEGIN RTC_Init 1 *//* USER CODE END RTC_Init 1 *//** Initialize RTC Only*/hrtc.Instance = RTC;hrtc.In...
I am working with BL072z LoRa discovery kit which has ATSlave LoraWAN stack V1.1.0 flashed on it.AT commands are send over LPUART from host controllerGateway is used to connect to TheThingsNetworkI am using AT+JOIN command to join the network and sen...
Posted on September 01, 2017 at 07:35Hi,I am trying to figure out the initialization sequence for STM32L433R. In startup_stm32l433xx.s: i see that the vector table  first initializes the current stack pointer.After that it runs Reset_Handler. The Re...
Posted on July 31, 2017 at 15:48Hi,I am trying to configure TIM2 timer to trigger DMA every 400 uS and gather data from SPI buffer to local data buffer.Buffer: uint16_t local_buffer[40];Now every time timer interrupt occurs, i want DMA to store data...
Kudos from