This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

28335 编写的程序大小大于1000怎么办?



程序大于1000,不能编译,应该怎么改CMD文件呀?

  • 可以把memory 改一下:

    RAML4 : origin = 0x00A000, length = 0x002000 /* on-chip RAM block L4 */
    RAML5 : origin = 0x00C000, length = 0x002000 /* on-chip RAM block L5 */

    可以改为

    RAML45 : origin = 0x00A000, length = 0x004000 /* on-chip RAM block L5 */