Page 1 of 1

ASM to FLowcode Help

Posted: Tue Mar 20, 2012 9:53 am
by dswheeley
Hi all

Anyone wishing to help it would be most appreciated.

I am using a PIC16F639 or PIC16F636 which is an 125 KHz LF enabled micro controller. We are quite competent in flowcode, but not sure where to start with this device.

We have ASM for the device, but not sure which parts to cut and paste to make a flow code module for the device.

The PIC16F639 and PIC16F636 are both supported in the FLowcode devices list, but there is absolutely nothing regarding the LF aspects of the chip.

I am looking for someone just to cut and paste the LF aspects of the ASM that we have into a flowcode ASM module. Is this something that anyone would be kind enough to help with.

Best Regards

Darren

Re: ASM to FLowcode Help

Posted: Tue Mar 20, 2012 12:53 pm
by Benj
Hello Darren,

The Flowcode file created for an F device should also run fine on a compatible LF device.

I think ASM code is done like this on BoostC.

asm("ASM CODE");

Though you should be able to do anything in C or Flowcode that you can in assembler.

Re: ASM to FLowcode Help

Posted: Tue Mar 20, 2012 7:00 pm
by dswheeley
Hi BenJ

I think there may be a little confusion here.

The LF is denoting the Low Frequency of 125 KHz, basically it the 16F639 and 16F636 have 3 axis Low Frequency receiver in them and I need to know how to implement this in flow code. I have an ASM routine for the 3 Axis receiver, but not very proficient at ASM to know which bits I need to make it work as a ASM FLow code module. I was looking for someone willing and knows enough about ASM to cut and paste the code I have into a FLowcode module that I can just call. My flowcode is ok but my ASM is non existent...:)

Regards

Darren

Re: ASM to FLowcode Help

Posted: Wed Mar 21, 2012 11:32 am
by Benj
Hi Darren,

Aha I see, Have you PM'd any of the people in the freelancers section to see if they will help you.