Search found 7 matches
- Fri Aug 07, 2015 2:59 pm
- Forum: NetBurner Software
- Topic: I2CSendBuf() not honoring Stop==false
- Replies: 2
- Views: 3274
Re: I2CSendBuf() not honoring Stop==false
Thank you!
- Thu Aug 06, 2015 9:02 am
- Forum: NetBurner Software
- Topic: NB RunTime lib "Writeall()" not blocking release/NANO54415
- Replies: 6
- Views: 5613
Re: NB RunTime lib "Writeall()" not blocking release/NANO544
Dan and "pbreed" I apologize I had to continue with board bring-up, so I circumvented by using a hiResTimer. But, I wanted to circle back and let you know I still couldn't achieve the correct behavior for the SerialSendComplete() function. I ran the following snippet: void tiaWrite(char* t...
- Wed Aug 05, 2015 9:58 am
- Forum: NetBurner Software
- Topic: NB RunTime lib "Writeall()" not blocking release/NANO54415
- Replies: 6
- Views: 5613
Re: NB RunTime lib "Writeall()" not blocking release/NANO544
Thank you, Dan. The absence of this function in the Runtime Libraries documentation led me to believe the "blocking until complete" in writeall() meant pending on the physical UART transmitter. My apologies, I see it now in serial.h. Buuut...I'm pending on its return value turning true...a...
- Wed Aug 05, 2015 8:56 am
- Forum: NetBurner Software
- Topic: I2CSendBuf() not honoring Stop==false
- Replies: 2
- Views: 3274
I2CSendBuf() not honoring Stop==false
System: MOD54415 NNDK Release 2.6.7 The function call I2CSendbuf(), when supplied with the argument "Stop" set to false, still issues a stop I2C signal. The particular device being addressed (LM75B temperature sensor) requires an I2C address byte PLUS an pointer address byte (when the inte...
- Wed Aug 05, 2015 8:09 am
- Forum: NetBurner Software
- Topic: NB RunTime lib "Writeall()" not blocking release/NANO54415
- Replies: 6
- Views: 5613
NB RunTime lib "Writeall()" not blocking release/NANO54415
System: Nano54415 I am using writeall() to block until a write to file descriptor is finished (not a great technique, but I need to toggle a line in my system when the UART transmission is complete). This works ok in debug build, but not a release build. It seems as though the function call returns ...
- Mon Feb 23, 2015 11:33 am
- Forum: NetBurner Software
- Topic: pin_irq.h/cpp in NANO54415
- Replies: 3
- Views: 2953
Re: pin_irq.h/cpp in NANO54415
Thank you, gentlemen. Installing 2.6.7 was helpful. Regarding IRQ7, The design is in CAD, but not fab, so I believe we can switch lines. We're integrating the NANO module into an instrument. Can either of you cite where the hardware designer can find this info for reference? I can't locate in /platf...
- Fri Feb 20, 2015 4:01 pm
- Forum: NetBurner Software
- Topic: pin_irq.h/cpp in NANO54415
- Replies: 3
- Views: 2953
pin_irq.h/cpp in NANO54415
Hello, I'm trying to set up IRQ7 on a NANO54415, and approached using the Netburner Runtime Libraries. In the documentation the function calls are indicated as only being for specific modules, but lots of discussions on this board seem to indicate that the MOD54415 library supports these functions. ...