Posted on May 17, 2011 at 12:35Hey I'd like to use the ADC1 (Channel5 on PA.05). Is it possible to use PA.00 (which would be Channel0 of the ADC1) as an floating input? Or is it blocked by ADC1? Thanks for your help
Posted on May 17, 2011 at 12:35Solution: I had to remap the JTAG (for using PB.03). Quote:... /* Remaping of SPI1 (JTAG disable for PB.03)*/ GPIO_PinRemapConfig(GPIO_Remap_SPI1, ENABLE); GPIO_PinRemapConfig(GPIO_Remap_SWJ_JTAGDisable, ENABLE); ....
Posted on May 17, 2011 at 12:35Hey I'd like to remap the SPI1 interface (especially I want to operate the LCD display of the motor controller kit via a remaped SPI1 -> original it's SPI2). This is my code: Quote: SPI_InitTypeDef SPI_InitStructure; ...
Posted on May 17, 2011 at 12:29Hey I've got an STM32F103VBH6 processor. Now I'd like to remap the TIM1 pins from ''no remap'' to ''full remap'' and generate a PWM on these pins. I tried it by using the command: GPIO_PinRemapConfig(GPIO_FullRemap_TIM...