how to disable EXTI9_IRQn , and enable EXT5_IRQn external interrupt in stm32 simaltanous
Posted on August 21, 2017 at 11:22how to disable EXTI9_IRQn , and enable EXT5_IRQn external interrupt in stm32 simaltanous
Posted on August 21, 2017 at 11:22how to disable EXTI9_IRQn , and enable EXT5_IRQn external interrupt in stm32 simaltanous
Posted on August 21, 2017 at 15:19Hi allI have Problem with applying dsplib functions while working on keil software and stm32f407I write these codes and add an array of input data with the length of 2048&sharpinclude 'stm32f4xx_hal.h'&sharpinclu...
Posted on May 17, 2017 at 10:32Hello everybody, I am currently working on a STM324x9I-EVAL board. I ran the next project:STM32Cube_FW_F4_V1.16.0\Projects\STM324x9I_EVAL\Applications\Audio\Audio_playback_and_record.The application is set to be used i...
Posted on June 26, 2017 at 09:08I have made a USB Bootloader for STM32F207VET and downloaded it to my board through STLink utility and then downloaded my application using Bootlader and it was working fine.Now I made another bootloader for STM32F205...
Posted on August 20, 2017 at 23:31Hi,I am not able to find STM32F37x_Clock_Configuration_VX.Y.Z.xls. I need it to configure the clock of STM32F373. Does anybody know where to find it?Regards,Kostadin#stm32f37x_clock_configuration_vx.y.z.xls
Posted on August 18, 2017 at 16:53I would like to use the flash memory for store some data. For this reason I need to assure that some flash memory will be free.##stm32-l0
Posted on April 02, 2015 at 14:37I have linked STemWin library. My project uses external RAM. When I display some progressbar using internal RAM, value of progress is displayed correctlly (ex. 50%). When I am switching buffer ''aMemory'' to extrerna...
Posted on August 20, 2017 at 20:18The L4 1.8.1 drivers contains a tedious race condition inside the 'I2C_WaitOnRXNEFlagUntilTimeout' function. There is a chance that RXNE reads 0 (RESET), which causes the while {} to execute. Potentially RXNE and ST...
Posted on January 19, 2017 at 04:06 Hi Everyone, Just a little issue, I would like to reset the receiving buffer of the DMA in circular mode every time it completes reception. If i know the exact size of received data problem solved the DMA bu...
Posted on October 25, 2016 at 10:37Hi, I am trying to use cubemx hal library for 1 second rtc interrupt. The call back function is called every time the ''minutes'' has changed. So it does not work for every 1 second. My rtc init and call back funct...