1ao Community Member

  • Member since Oct 22nd 2024

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

  • 1ao -

    Replied to the thread Issue with getting interrupts for FLASH_ALGO_TYPE_CMSIS flash loader.

    Post
    The buffer submitted as part of the FLM APIs e.g. Verify, Program, and MSP set by debugger are overlapping the R/W data of the executable. How is the address of buffer and MSP deduced by the debugger? Why would MSP overlapping the R/W data section?
  • 1ao -

    Replied to the thread Issue with getting interrupts for FLASH_ALGO_TYPE_CMSIS flash loader.

    Post
    I can see the following section in the object file: Source Code (3 lines) And following is included in the linked executable file: Source Code (1 line)I have checked that the compilation is happening for C, not sure why c++ constructor style static init…
  • 1ao -

    Replied to the thread Issue with getting interrupts for FLASH_ALGO_TYPE_CMSIS flash loader.

    Post
    I am also working on polling method of the flash driver, and I am facing an interesting issue. I have a global structure variable whose members are all initialised. During run-time I can see that the members of the structure variable are not…
  • 1ao -

    Posted the thread Issue with getting interrupts for FLASH_ALGO_TYPE_CMSIS flash loader.

    Thread
    HW used J-Trace Pro Custom microcontroller with M33 connected to QSPI Flash SW used J-Flash Background I am working on flash loader FLM file for loading code to an external QSPI Flash. The chip on which FLM is loaded is custom with M33…