Hi,
I have a problem with asm code and dspic, when i include a C code in my project (PIC24H128GP504), i get 'error: syntax error before nop '.
I simply used the sample code asm nop.
Thanks for your help.
Flowcode_PIC24_dsPIC_V4 and asm code
Moderator: Benj
- Benj
- Matrix Staff
- Posts: 15312
- Joined: Mon Oct 16, 2006 10:48 am
- Location: Matrix TS Ltd
- Has thanked: 4803 times
- Been thanked: 4314 times
- Contact:
Re: Flowcode_PIC24_dsPIC_V4 and asm code
Hello,
For the dsPIC version of Flowcode Assembler code needs to be entered like this.
asm("nop");
For the dsPIC version of Flowcode Assembler code needs to be entered like this.
asm("nop");
Regards Ben Rowland - MatrixTSL
Flowcode Product Page - Flowcode Help Wiki - Flowcode Examples - Flowcode Blog - Flowcode Course - My YouTube Channel
Flowcode Product Page - Flowcode Help Wiki - Flowcode Examples - Flowcode Blog - Flowcode Course - My YouTube Channel
Re: Flowcode_PIC24_dsPIC_V4 and asm code
Ok , it's working,
thanks again Benj
the french documentation (help file) must be update...
thanks again Benj
the french documentation (help file) must be update...
-
- Posts: 714
- Joined: Wed Jan 31, 2007 12:41 pm
- Has thanked: 1 time
- Been thanked: 26 times
Re: Flowcode_PIC24_dsPIC_V4 and asm code
Hello
the french documentation (help file) must be update...all other also
Regards Wolfgang
the french documentation (help file) must be update...all other also
Regards Wolfgang