Search found 3 matches
- Mon Feb 06, 2012 7:10 pm
- Forum: General Remark and Questions
- Topic: C Call function - Vector Input
- Replies: 0
- Views: 28211
C Call function - Vector Input
Hi Lubin, I am trying to write a data vector on a SD card by calling a C function. I have been writing this but it's not dealing with the array: unsigned char sd_write(unsigned int Input){ char y1; y1 = FSfprintf(datafile, "%u%c%c",Input, 0x0D, 0x0A); } Could you tell me the right syntax to deal wit...
- Fri Feb 03, 2012 7:32 pm
- Forum: Request for new functions / Peripheral / Chip support
- Topic: Support more inputs for C-function Call Block
- Replies: 4
- Views: 27898
Re: Support more inputs for C-function Call Block
Hello bmairs,
Could you tell me how do you do to pass your 4 variables please,
Thanks.
Philippe
Could you tell me how do you do to pass your 4 variables please,
Thanks.
Philippe
- Fri Jan 27, 2012 8:36 pm
- Forum: bug reports
- Topic: build error in GenericTypeDefs.h
- Replies: 13
- Views: 56788
Re: build error in GenericTypeDefs.h
Hello, I don't know if this can help but I had a quick view on the code and I haven't been able to find the FSfinit function in the Microchip application note AN1045 (http://ww1.microchip.com/downloads/en/AppNotes/01045b.pdf) but I guess this function initialize the card so maybe you should try to r...