Posted on May 17, 2011 at 12:35I have the same problem with STM32F103RBT6. I have added this row: GPIO_PinRemapConfig(GPIO_Remap_SWJ_JTAGDisable, ENABLE); I tried also this: GPIO_PinRemapConfig(GPIO_Remap_SWJ_Disable, ENABLE); But in result i have O...
Posted on May 17, 2011 at 09:58Hi Everybody! I cannot reach receiver IRQ on UART2 (STR912FAW44 rev.H) after one byte! I have configured UART with FIFO disabled. Everything works fine when the received answers are longer than 1 byte. But when answer ...