Posted on August 14, 2013 at 18:35Hello, So I tried every setup I could come up with, and had no luck. Does anyone have an example of using the Vrefint and Temp sensor ADC channels? Thanks #stm32 #internal-temperature-sensor #adc-vrefint #vrefint...
Posted on August 14, 2013 at 18:11Hello, I am attempting to remap pins PD0 and PD1 as GPIO and whenever I try to change the pin state, it stays low. Am I setting something up wrong? Init Code: GPIO_InitTypeDef GPIO_InitStructure; /*GPIOD Ou...
Posted on August 14, 2013 at 20:20I tried that but it didn't work. I guess the pins' default function is the high speed external oscillator. To access the GPIO, the reference manual said to remap the pins. Unfortunately I can't get that to work prop...