MAXQ30 familly: How can I read from a MAXQ1850 program memory ?

Comments

2 comments

  • Avatar
    Paul Curtis

    > Do you know how I can make my pointer to point to the CODE section ?

    const __code unsigned char *code_ptr;

    0
    Comment actions Permalink
  • Avatar
    Emilien

    Thanks a lot, it works.

    At first I had some issues (i've not identified exactly what but, since I casted everything, it worked)

    (const __code TYP_U16 *code_ptr;

    code_ptr = (const __code TYP_U16 *)begin_code_ptr;)

    0
    Comment actions Permalink

Please sign in to leave a comment.