• How do I write to a specific memory location!
    Hi! I am programming a C167CR-LM for the first time using Keil toolset. I have a 128K flash which uses CS0 (chipselect) in 8Bit demultiplexed mode. My hardware uses the database bus and address...
  • How do I write to a specific memory location!
    Hi! I am programming a C167CR-LM for the first time using Keil toolset. I have a 128K flash which uses CS0 (chipselect) in 8Bit demultiplexed mode. My hardware uses the database bus and address...
  • Creating and writing to text file
    Hi, Using the ARM Cortex KL25Z, I have stored the value from the board into a variable. I want to take those values and store it in a text file. Here is the code I have tried: FILE *f = fopen...
  • Creating and writing to text file
    Hi, Using the ARM Cortex KL25Z, I have stored the value from the board into a variable. I want to take those values and store it in a text file. Here is the code I have tried: FILE *f = fopen...
  • Writing to a Specific Program Memory Location in C for an ISR
    I'm attempting to use the timer 1 ISR for the ADuC814. In assembly I easily use the ORG directive to write to the address that the PC jumps to when the interupt is set. How do I do the equivalent in...