Activity
Reply to
5 MHz clock signal
- Don't have an example I'm afraid....just have spent too much time reading the user manual. …
- 17 May 2011
Reply to
5 MHz clock signal
- Could you not just change the frequency of one of the peripheral clocks and output …
- 14 May 2011
Reply to
Poor SD card performance
- I just sped the SPI up using the spi.frequency(int freq) function. The maximum speed is …
- 13 May 2011
Library:
I2CR
- 12 May 2011
Reply to
Power up and down at specified time
- Refer to page 62 of the LPC1768 user manual. It covers waking up the device …
- 25 Apr 2011
Reply to
Simple serial echo program help
- Oops, didn't notice that "const", thanks for that Paul
- 25 Apr 2011
Reply to
Simple serial echo program help
- A few errors in this that I can notice. 1) Your array message is being …
- 25 Apr 2011
New topic
MODDMA Bug
- I am currently using MODDMA with the new beta v29 library (as I'm also working …
- 24 Apr 2011
Reply to
SerialBuffered Issue
- Thanks for the interest Andy. The project is my final work for my undergraduate masters …
- 03 Mar 2011
Reply to
SerialBuffered Issue
- Cheers Andy, I did see the MODGPS, but I ended up writing my own code …
- 03 Mar 2011
New topic
SerialBuffered Issue
- I have recently been trying to use SerialBuffered to buffer an incoming GPS stream. Whilst …
- 03 Mar 2011
Reply to
Serial Attach Method
- It even works if I now change the line in void rx() to p->putc('x'), however …
- 25 Feb 2011
Reply to
Serial Attach Method
- I have made slight changes to my code so it now reads: #include "mbed.h" class …
- 25 Feb 2011