Petit FatFS implementation I am at the same step in the process of getting pff to work and have received the same response of rc=1 (STA_NOINIT according to pff.h). I'm a little slower than you to...
Wednesday, 10 April 2019 - 13:03
Petit FatFS implementation You might find the FAQ section of AVR Libc at http://www.nongnu.org/avr-libc//user-manual/FAQ.html , specifically http://www.nongnu.org/avr-libc//user-manual/FAQ.html#...
Tuesday, 9 April 2019 - 12:51
symbol 'true' cannot be resolved? What usually happens with the "red squiggles" is that after correcting the problem (i.e. including <stdbool.h>), the "squiggles" will still be visible until you re-build the...
Tuesday, 9 April 2019 - 12:24
symbol 'true' cannot be resolved? skeeve wrote:
Wish I knew how it compiled without resolving true.
If he still has bugs in the left margin of the editor as shown in post 1, it did not successfully compile.
Monday, 8 April 2019 - 23:54
Petit FatFS implementation If you reach an impasse using the Atmega5815, you might want to try an Attiny861. It is basically an Attiny85 with 8 more general purpose I/O pins.
I just started to...
Monday, 8 April 2019 - 23:08
symbol 'true' cannot be resolved? Fianawarrior wrote:
Hi allano, I have included stdbool.h in my main file.
It's not a problem, just wish I did not have files marked that are okay.
Sorry if I'm don't...
Monday, 8 April 2019 - 21:50
symbol 'true' cannot be resolved? Sorry I was not more specific.
I have an existing Project in Eclipse which contains a file with the main() function. To become familiar with Dean's Light Weight...
Monday, 8 April 2019 - 18:43
symbol 'true' cannot be resolved? Had the same problem a couple of day's ago while trying to compile Dean's light weight ring buffer code. Try adding #include <stdbool.h> above your main...
Monday, 8 April 2019 - 13:00
Petit FatFS implementation I'm a bit confused. The ATmega8515 does not have a Universal Serial Interface (USI) but does have a hardware SPI interface (page 125 of the data sheet). Probably why...
Monday, 8 April 2019 - 12:24
avr and PC serial port One of these https://www.amazon.com/gp/product/B005D5T292/ref=ppx_yo_dt_b_asin_title_o06_s00?ie=UTF8&psc=1 modules have worked reliably for me for a couple of...
Saturday, 23 March 2019 - 12:16
Sinusoide approximation and fixed point numbers El Tangas wrote: (Quote did not work)
There is a thesis here that deals with implementing fixed point math on AVR:
https://sourceforge.net/projects...
The thesis has an...
I am at the same step in the process of getting pff to work and have received the same response of rc=1 (STA_NOINIT according to pff.h). I'm a little slower than you to...
You might find the FAQ section of AVR Libc at http://www.nongnu.org/avr-libc//user-manual/FAQ.html , specifically http://www.nongnu.org/avr-libc//user-manual/FAQ.html#...
What usually happens with the "red squiggles" is that after correcting the problem (i.e. including <stdbool.h>), the "squiggles" will still be visible until you re-build the...
skeeve wrote: Wish I knew how it compiled without resolving true. If he still has bugs in the left margin of the editor as shown in post 1, it did not successfully compile.
If you reach an impasse using the Atmega5815, you might want to try an Attiny861. It is basically an Attiny85 with 8 more general purpose I/O pins. I just started to...
Fianawarrior wrote: Hi allano, I have included stdbool.h in my main file. It's not a problem, just wish I did not have files marked that are okay. Sorry if I'm don't...
Sorry I was not more specific. I have an existing Project in Eclipse which contains a file with the main() function. To become familiar with Dean's Light Weight...
Had the same problem a couple of day's ago while trying to compile Dean's light weight ring buffer code. Try adding #include <stdbool.h> above your main...
I'm a bit confused. The ATmega8515 does not have a Universal Serial Interface (USI) but does have a hardware SPI interface (page 125 of the data sheet). Probably why...
One of these https://www.amazon.com/gp/product/B005D5T292/ref=ppx_yo_dt_b_asin_title_o06_s00?ie=UTF8&psc=1 modules have worked reliably for me for a couple of...
El Tangas wrote: (Quote did not work) There is a thesis here that deals with implementing fixed point math on AVR: https://sourceforge.net/projects... The thesis has an...
Pages