User Activity

Hi,I am using stm32f051r4 for my project . I want to configure multiple channel ADC using DMA and my configurations are as follows . void adc_configuration(){ RCC->AHBENR |= RCC_AHBENR_GPIOCEN;          // Enable clock for used IO pins GPIOC->MODER |...
Posted on April 12, 2018 at 14:47I am using stm32f446zet6 and IDE keilv5 for a project . When debugging it shows the following error ,*** error 65: access violation at 0x40023800 : no 'read' permission*** error 65: access violation at 0x40023800 : n...
Posted on February 19, 2018 at 13:20We are using stm32f051r4t6 for a new project and the IDE is Keil V5 . We are generating an external interrupt on Pin PC2 . The hardware set up is a push button in  pull down arrangement whose interrupt should occu...
Posted on February 15, 2018 at 10:59We are using stm32f051r4t6 IC for a new project  and IDE used is Keil V5 . We are using Timer_3 running at 8MHz internal clock to generate a timer delay but , by varying PSC and ARR registers we always obtain near...
Posted on October 05, 2017 at 15:16Hi,We are facing  a problem, any help will be greatly appreciated.I am using stm32f446zet.  I have set to 180MHz system clock , but GPIO pin toggles at  8 MHz. We are using OPT8320 TOF sensor whose opclk runs at 24...