• Noise effect when Debugging
    Hi, I noticed that when debugging any board with STM32L152(designed with myself or ST Discovery board) using ST-Link V2 in keil, it is very sensitive to noise.If you put a probe on the ground of the...
  • Noise effect when Debugging
    Hi, I noticed that when debugging any board with STM32L152(designed with myself or ST Discovery board) using ST-Link V2 in keil, it is very sensitive to noise.If you put a probe on the ground of the...
  • effect this code when interrupt comes
    Suppose I an writing a single pin repeatedly like: LPC_GPIO->SET[0] = 1; LPC_GPIO->SET[0] = 0; LPC_GPIO->SET[0] = 1; LPC_GPIO->SET[0] = 0; // interrupt comes here LPC_GPIO->SET[0] = 1; LPC_GPIO...
  • effect this code when interrupt comes
    Suppose I an writing a single pin repeatedly like: LPC_GPIO->SET[0] = 1; LPC_GPIO->SET[0] = 0; LPC_GPIO->SET[0] = 1; LPC_GPIO->SET[0] = 0; // interrupt comes here LPC_GPIO->SET[0] = 1; LPC_GPIO...
  • Determine code size when using bank switching
    Is there an easy way to determine the size of the common and bank code space? Its probably really easy but I can't seem to find how...