rtc interrupt service routine not woring
Posted on February 10, 2018 at 09:59hi,ALRAF bit is set in ISR register but doesn,t execute the rtc-irq handler.i enabled NVIC_RTC.
Posted on February 10, 2018 at 09:59hi,ALRAF bit is set in ISR register but doesn,t execute the rtc-irq handler.i enabled NVIC_RTC.
Posted on February 12, 2018 at 10:44 Hi, it seems in theSTM32Cube_FW_L1_V1.8.1 in Drivers/STM32L1xx_HAL_Driver/Src/stm32l1xx_hal_flash_ex.c there is a typo in the parameter guarding. in line 811: HAL_StatusTypeDef HAL_FLASHEx_DATAEEPROM_...
Posted on February 12, 2018 at 01:08Hello,I have an issue when generate code using STM32CubeMX.At first, it worked properly.The generated code was fine.But I changed the Project Settings from HAL driver to LL driver then the code is not generated pr...
Posted on March 06, 2017 at 17:48 Hi When TIM2 of this device is configured according to the screenshot, the following code will be generated: void HAL_TIM_Base_MspInit(TIM_HandleTypeDef* tim_baseHandle) { GPIO_InitTypeDef GPIO_InitStruct;...
Posted on February 12, 2018 at 01:45I've been working on a simple UI library for my project.I'm using the stm32F7 with LTDC configured to RGB888 color space.Whilst I was writing a color gradient function, I noticed that my gradients looked 'choppy'L...
Posted on February 12, 2018 at 09:40I'm experiencing random freezing of the micro SD card on a custom board, running the STM32F767II.During read operations, occasionally communications is lost to the card and the driver code will experience repeatin...
Posted on February 11, 2018 at 09:12Hello friendshow can Define the const variable at the specified address in the IARThanks
Posted on February 12, 2018 at 07:03Hi all,I want to enable touch sensing in L151. I used Cube to configure and when I go to configuration tab and click on TS, I get a pop-up showing 'Cube does not support configuration of this IP mode. You can conf...
Posted on November 20, 2017 at 14:04 hello every body , now i could establish connection with my sp1ml using uart and i can communicate between two sp1ml just with hyperterminal using AT COMMANDS after downloading the standart firmware !! now i n...
Posted on February 09, 2018 at 02:17I use DFSDM(at STM32L471RE) to record voice. the human's voice is record OK. but I can not record the heartbeat voice. it is about 500Hz.So I want to read the PDM data and analyze at PC.How to get the PDM data?I t...