• Runtime
    How can i calculate the runtime of the program in terms of clock cycles? without looking into the instruction set. Regards Siva
  • 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...
  • How determine library sizes?
    Hello, In LST files you can find totals about module memory usage, in M51 you can do the same for complete application but, how can I determine the memory usage (code and data)when I build a library...
  • How to determine a pointer type?
    If I have declare a generic pointer [char *test] in C; How do I determine the pointer type in runtime? By checking the first byte of the pointer or is there any other functions doing this? Thanks...
  • 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...