• Runtime programming FLASH with data
    I have trouble with in-system writing data to FLASH. I'm trying to use empty areas of single large FLASH (BRIGHT BM29F400B-90TC) for runtime data storage. Therefore, the same FLASH should be used for...
  • Runtime of if
    Hello, if there is code like if (condition) bla = blub; than the timming can be different if condition is true or false. How to make timing equal on both path? Is else dummy...
  • Runtime
    How can i calculate the runtime of the program in terms of clock cycles? without looking into the instruction set. Regards Siva
  • writing to MCU Flash/EE program DURING RUNTIME
    Hello to all !!! I am using Analog Device ADuC841 www.analog.com/.../ADUC841_842_843.pdf Those the memories it had : 1) Up to 62 kBytes on-chip Flash/EE program memory 2) 4 kBytes on...
  • How to determine the END of the program at runtime?
    Hi! I switched to the SiLabs variety of 8051s, and now I can actually flash parts of the memory from inside my application to store some configuration data. But: I'd like to safeguard my function...