• ROM Region checksum
    Does the scatter loading file mechanism have some method of adding a checksum to a rom region? And, most of all, if this exist: Can the checksum be reproduced by the target? Doing this manually for...
  • Put the Stack & Heap into a memory region ?
    Hi On projects that have different data memory regions - how do you force the stack and heap into a specific region. I am using the STM32F4xxx and there are two (default)memory regions IRAM1 and...
  • put const variables into code-segment
    Hi. I want to put a (large) table of constant values into the code-segment, because I'm very low on RAM but have plenty of program-ROM. The C51-manual on page 88 says "Constant variables may also...
  • const *char returns versus *char returns
    We have been moving our design from 8051 to ARM Cortex. I am seeing an error complaining that the return type does not match. error: #120: return value type does not match the function type static...
  • NUVOTON N9H
    I am using nuvoton N9H30 series evaluation board,I got BSP files for this series from nuvoton website. Now I need to add DFP pack for this series in keil. So please give me suggestions for this N9H30...