PVD through EXTI Line detection not triggered!
Posted on April 18, 2013 at 09:29Hi In STM32F103RC, Configured the interrupt for PVD through EXTI line 16, When the PVDO output bit is on in PWR_CR, but interrupt not triggerd! Thanks #pvdo-interrupt
Posted on April 18, 2013 at 09:29Hi In STM32F103RC, Configured the interrupt for PVD through EXTI line 16, When the PVDO output bit is on in PWR_CR, but interrupt not triggerd! Thanks #pvdo-interrupt
Posted on May 11, 2014 at 13:08I just started using Stm32f4 Discovery and was working with ADC to get input values from several infra red sensors. In the datasheet there is mention of VDDA and Vref+ but I have found no such pins on my board. I want...
Posted on May 10, 2014 at 22:01Digging more into researching and setting up a IDE and toolchain for working with the STM32. I have been using the demo / code limited IAR software but now that I am looking into getting into something else to try out...
Posted on May 11, 2014 at 00:35Can the following code be made more efficient other than not having a function. Using a STMF405 and all I am trying to do is set bit 14 on Port C.#define GPIOC 0x40020800 #define GPIOC_BS...
Posted on May 10, 2014 at 17:58HelloI am searching for the way how to protect my chip. It should:- protect flash memory from reading in all cases, even if somebody flashes his own firmware.- allow to upload new firmware with stock bootloader (usart)...
Posted on May 09, 2014 at 13:45Hello guys!I am currently working on a thesis project where my task is to establish a communication between the USB port of the board (custom board) with STM32f405ZG microcontroller.Could you please guide me how to sta...
Posted on May 10, 2014 at 16:47I am working on a sine wave program as a part of an Amateur Radio project. I have a working code producing what I want using TIM3-- PWM and PORTC. I am unfortunately unable to neither change the TIM3 to any other TIM...
Posted on January 22, 2013 at 08:32Hi, I am using STM32f4discovery board and am trying to write a code which will take moving average of accelerometer data. For this purpose my average variable have to be in floating point. But during initialization...
Posted on May 10, 2014 at 14:12 Hello, I am having a strange problem where my UART1 remap is getting dependent on I2C1 remap. Following is the scenario: If I configure only UART1, remapped to PB6/7 it does not workWhen I enable the rema...
Posted on May 09, 2014 at 22:09Hello everybody.I want to solve a read problem in a special hardware, the configuration of each pin is input:RCC_AHB1PeriphClockCmd(RCC_AHB1Periph_GPIOA | RCC_AHB1Periph_GPIOB | RCC_AHB1Periph_GPIOC | RCC_AHB1Periph_GP...