User Activity

Posted on April 21, 2018 at 13:38 I am Working on STM32F103RBT6 and need to implement UART in my Requirement. I tried Using UART1 and UART2 Both individually on my code to send character data  'Hi I am Working ' to the PC. But Every time UART is sen...
Posted on March 11, 2018 at 09:10The STM32F103C8 is throwing an error it is repeating the code from main loop again and again and not entering inside While loop. I am also unable to debug it in attolic studio since it is showing an error also. I hav...
Posted on March 10, 2018 at 12:57I am trying to program my STM32F103C8T6 from ST link utility but it is showing 'Some Flash Pages are write protected'error while performing full chip erase. I have tried direct programming option in st link utility b...
Posted on March 08, 2018 at 15:26I am working on IR Remote decoding using STM32F103C8t6 board. The board is not executing a if condition in while loop whose parameters are true. I am using attolic truestudio for debuging and it is showing that my bo...