• How Do You Write a Single Variable to Flash?
    I'm using a C167 chip, I need to save just a single variable to Flash. The value will be used as part of a configuration parameter. Is there a nice simple way of using Flash to save just a single variable...
  • How Do You Write a Single Variable to Flash?
    I'm using a C167 chip, I need to save just a single variable to Flash. The value will be used as part of a configuration parameter. Is there a nice simple way of using Flash to save just a single variable...
  • How do you use DWT mechanism to trigger interrupt on memory writes?
    Hello all, i want to use DWT functionality to check for memory access and trigger DebugMon_Handler interrupt on memory write at particular address.I am able to configure DWT units but the interrupt...
  • How do you use DWT mechanism to trigger interrupt on memory writes?
    Hello all, i want to use DWT functionality to check for memory access and trigger DebugMon_Handler interrupt on memory write at particular address.I am able to configure DWT units but the interrupt...
  • How can I convert from unsigned int to double so that I can use the sqrt function?
    Hi guys, this may seem like a newbie type of question but i'm really stumped on this one. I want to use the sqrt() function from math.h on two variables which are unsigned int. if i do: unsigned...