Robert Sexton
Robert Sexton
The existing FW scales energy to SI notation and then places one digit after the decimal point. This doesn't work so well for low values in kWh, ie 1.3kWh. The...
The existing FW scales energy to SI notation and then places one digit after the decimal point. This doesn't work so well for low values in kWh, ie 1.3kWh. The...
HAL_MPU_ConfigRegion() is missing barrier instructions. (STM32CubeL0/Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_cortex.c) The companion function, void HAL_MPU_Enable(uint32_t MPU_Control) Includes barrier instructions. Per Arm Cortex-M0+ DevicesGeneric User Guide ( DUI0662B_cortex_m0p_r0p1_dgug.pdf), Section 4.5.8: > Software must use memory...