Activity
Reply to
Interrupt not interrrupting
- __WFI() is a macro that expands to the instruction WFI, Wait For Interrupt. It makes …
- 22 Feb 2010
Reply to
miniUSB as UART
- mbed is represented as a composite device: one interface is mass storage and the other …
- 22 Feb 2010
Comment on:
SPI - Simples!
- To read data, you need to use spi.read(). write() will just return whether the write …
- 21 Feb 2010
Reply to
speed of multiply - use as DSP?
- I found some numbers in a recent NXP press release. They are given for the …
- 19 Feb 2010
Reply to
speed of multiply - use as DSP?
- Check my port of two DSP libs: FFT There is also going to be a …
- 19 Feb 2010
Reply to
PwmOut duty cycle changes after setting period?
- Might be related to this issue.
- 18 Feb 2010
Reply to
mbed usb serial port and Labview
- Works fine with Putty as the client. How are you setting up Labview?
- 17 Feb 2010
Reply to
Watchdog
- I made it to compile in the online compiler. Should be importable as library. Get …
- 17 Feb 2010
Program:
DriverLibrary
- 17 Feb 2010
Reply to
Watchdog
- Timeout is milliseconds. The library routine sets up the clock and converts the timeout value …
- 17 Feb 2010
Reply to
Watchdog
- I think it's like kicking the dog so that it keeps away and doesn't bite …
- 17 Feb 2010
Reply to
Watchdog
- A good source of inspiration could be NXP's driver library. For example, here's what they …
- 17 Feb 2010
Reply to
Watchdog
- Yes, but you'll have to do it yourself, there are no ready-made classes in mbed …
- 17 Feb 2010