User Activity

Posted on October 03, 2016 at 11:36Hi,I want to read the internal temperature of STM32F429II. I am using stm32F4 peripheral library V1.4.4. Below is my code,// Initstatic HAL_StatusTypeDef ADCx_Init(void){  hAdc.Instance = ADC1; if (HAL_ADC_DeInit(...
Posted on September 02, 2016 at 11:35Hi All,I am working on STM32F429II. Somehow by mistake readout protection is being on. RDP level has set to 1. i am trying to set it 0 by ST-Lint utilities (GUI & CLI both tried). but the message like ''Could not...
Kudos from