Posted on October 25, 2012 at 21:49Hello, I�m trying to use PA15 pin as an output on STM32F103CB chip, but with no luck. Because this pin is shared for JTAG, I must use remapping, First I enable clocks: RCC->APB2ENR |= RCC_APB2Periph_TIM1 | ...
Posted on October 25, 2012 at 22:50thanks clive1 for an answer, but this was not the error. here i only made a typo. the real error was that in initialising UART1, i used someway uint16_t for CR which in result rewrite my previous settings of PA15. ...
Posted on May 16, 2012 at 13:47hey there, i got the same problem with average slope. all datasheets show that it is 4.3 mV/C, but then calculations do not matchBut when you say, that slope is 43 mV/C then it matches...so my experience say, that its ...