User Activity

i wish to use HRTIM as general purpose timer with high resolution.can i get sample code for HRTIM .
my code is jumping into hardfault handler during/after flash write procedure.some problem with mutex or task handling, can somebody explains how to hold the thread until the flash write is complete.note: flash write functions are called inside the "b...
what does MPU_InitStruct.TypeExtField ? mean only three options available #define MPU_TEX_LEVEL0  ((uint8_t)0x00)#define MPU_TEX_LEVEL1  ((uint8_t)0x01)#define MPU_TEX_LEVEL2  ((uint8_t)0x02)does it mean only 3 set of HAL_MPU_ConfigRegion(&MPU_InitSt...
according to the manual it says 4 Kbytes of backup SRAM in D3.D3 start address is 0x38000000in manual address for backup RAM is 0x3880 0000but below is the behavior observed.code example. __HAL_RCC_BKPRAM_CLK_ENABLE(); HAL_PWREx_EnableBkUpReg(); HAL...
i would like know the cause of reset during the power on stage for may application.i would like to differentiate if its power on reset/NVIC reset/WDG reset or any other cause?
Kudos from