• Idea for the next version of µvision
    Today, many microcontroller use in-system programming , or other system. So, why µVision could not include one in the next generation? I think it can be very usefull, no?
  • Idea for the next version of µvision
    Today, many microcontroller use in-system programming , or other system. So, why µVision could not include one in the next generation? I think it can be very usefull, no?
  • clarification for .svd syntax
    The table spec for .svd cluster sections have a tag called <name>. https://siliconlabs.github.io/Gecko_SDK_Doc/CMSIS/SVD/html/group__cluster_level__gr.html .svd files from Atmel/Microchip omit ...
  • clarification for .svd syntax
    The table spec for .svd cluster sections have a tag called <name>. https://siliconlabs.github.io/Gecko_SDK_Doc/CMSIS/SVD/html/group__cluster_level__gr.html .svd files from Atmel/Microchip omit ...
  • Clarification on Clearing of the EX1 Interrupt Flag
    Hi all, I was wondering if anyone could shed some light on the behaviour of the external interrupts, especially their flag behaviour. void int1 (void) interrupt 2 using 2 { P1_4 ^= 1; // Toggle...