User Activity

My goal is to implement an In-App Programmer (IAP) that can update part of our firmware from data we receive over a wireless network. We do not want to update the full firmware because it's too large and would take too long/consume too much power.I'm...
Sensor: LI2MDLMCU: STML072I am trying to read the who_am_I register (register 0xAF) with the 3-wire SPI setup, but it is returning the wrong data.Below is a screenshot of the transmission and the return from the LIS2MDL. The transmission's first bit ...
The IRQ is setup as follow:__weak HAL_StatusTypeDef HAL_InitTick(uint32_t TickPriority){ /*Configure the SysTick to have interrupt in 1ms time basis*/ HAL_SYSTICK_Config(SystemCoreClock/1000U); /*Configure the SysTick IRQ priority */ HAL_NVIC_SetPrio...
I have my prescaler set to IWDG_PRESCALER_256 and Reload set to 16000Far before that counts down to 0 when I call HAL_IWDG_Refresh the program crashes.I am running on an STM32L072CZTAny ideaS?
I am trying to import a project from Keil and I started getting this error. Could somebody point me in the right direction to fix this?