• Problem in Code, need Help
    i want help regarding this code, the do-while loop inside "in Bold" is completely ignored, i inserted dummy subroutines inside to see where the execution was going but all i could see was the parent...
  • Problem in Code, need Help
    i want help regarding this code, the do-while loop inside "in Bold" is completely ignored, i inserted dummy subroutines inside to see where the execution was going but all i could see was the parent...
  • Need help in understanding ARM code
    Hello every one, I am newbie in ARM development. Currently I saw an open source project with the name TREZOR (A bitcoin wallet) and the processor they used is ARM Cortex M3 based processor. All its detail...
  • I need a help for code..
    Hello everybody. I need to transmit through UART a fixed number in the data block through the command. I did this : void USART2_IRQHandler(void) { if ( USART_GetITStatus(USART2, USART_IT_RXNE) ) { USART_ClearITPendingBit...
  • Code or compiler problem?? Need help!
    Hi, I've been working with keil uvision 4 for almost 3 years or more, coding for Cortex-M3. I recently bump into a problem while testing my code. For some crazy reason a function of my doesn't work...