Search Results

Search results 1-2 of 2.

This site uses cookies. By continuing to browse this site, you are agreeing to our Cookie Policy.

  • Hi, I'm using Ozone to debug CYT2B Infineon Traveo II MCUs. Is there a way of override standard method of rading flash which is used by the memory window? The problem is that the Traveo II workflash memory is differential flash, meaning standard read from non-programmed pages will result in reading random data. This behaviour is described in the MCU technical reference. Is that possible to override the standard memory access functions to read data when the read is being performed to populate the…

  • Hello, I'm trying to debug code linked in RAM. The code was built with IAR compiler. The code generally works as intennded, but debugging is problematic, because only disassembly view is available for RAM linked code. The parts of code being linked in flash on the other hand shows C file content in editor. Also function names in call stack, are visible for functions in flash. only Example of the sections placed in linker script (only one of many code sections in RAM shown as example): define sym…