User Activity

I am using STM32H753ZI for my project. My use case is I want to detect brown out reset after brownout occurs and system restarts.I am checking brownout reset flag using if (__HAL_RCC_GET_FLAG(RCC_FLAG_BORRST). My query is this flag is shared/common b...
Hi,I am using STM32F779NI and CMSIS RTOS2 for my project. Software was working well till I added code for low power mode with RTOS tick-less operation as per the linkhttps://www.keil.com/pack/doc/CMSIS/RTOS2/html/group__CMSIS__RTOS__KernelCtrl.html#g...
I am using STM32F779NI for my project.https://www.st.com/resource/en/application_note/dm00315319-stm32-gpio-configuration-for-hardware-settings-and-lowpower-consumption-stmicroelectronics.pdf Section 6.1 of above pdf states that unused input GPIO sho...
Hi, I am using STM32F779NI and Keil IDE. I have defined SRAM start area in Target options from0x20000000 with size as 0x80000. Now, I want to write a keyword at known location in the memory. The memory area should be selected such that incremental de...
I am using internal ADC of STM32F779NI connected to LMT86 Temperature sensor. Vref is 3.3v and ADC resolution used is 10-bit. The problem is there is always a difference with the expected ADC and the actual ADC for a given voltage. This difference is...
Kudos from
Kudos given to