Activity
Reply to
FAT, SD, and data logging
- Should be "mkdir". See here. mkdir("/test", 0666); compiles, but I haven't tested it.
- 06 Aug 2010
Reply to
filenaming
- %d gets replaced by the actual number passed to printf, not just one digit, so …
- 06 Aug 2010
Reply to
LED1 - definition ?
- See here and here.
- 01 Aug 2010
Reply to
inline asm
- Weird, my FFT program still compiles. However, It uses separate .s files, not inline asm.
- 17 Jul 2010
Reply to
Damaged LPC1768 & COM3 (TeraTerm)?
- Maybe try and see if you can reflash the interface chip firmware.
- 13 Jul 2010
Reply to
Compilers
- A good resource for LPC microcontrollers is the LPC2000 Yahoo group. Any ARM compiler (including …
- 05 Jul 2010
Reply to
math functions ?
- Math functions are provided by math.h, which is included by default. float x = exp(2.0); …
- 02 Jul 2010
Comment on:
-
- 02 Jul 2010
Reply to
Interrupt on I2S
- Make sure you declare the handler as extern "C", otherwise linker won't see it.
- 29 Jun 2010
Reply to
digitalWrite equivilent
- Something like this: DigitalOut mypins[] = {p5, p6, p7};
- 24 Jun 2010
Reply to
digitalWrite equivilent
- Two solutions come to mind. 1. Use a BusOut or PortOut to set multiple pins …
- 24 Jun 2010
Reply to
mBed User Manual??
- It's not "mbed" user manual, but "LPC17xx User Manual". LPC1768 is the chip on top …
- 20 Jun 2010
Reply to
-
- 18 Jun 2010
Reply to
-
- 18 Jun 2010
Reply to
-
- 18 Jun 2010
Reply to
-
- 18 Jun 2010