Hello,
Is it possible, and if so are there any reference designs available, to interface the NANO54415 to a standard USB memory stick device (similar to the current interface with SDRAM)?
hanks,
Mark
Search found 56 matches
- Thu Jun 23, 2016 8:32 am
- Forum: NetBurner Hardware
- Topic: Nano Interface To USB Memory Device
- Replies: 0
- Views: 9994
- Mon May 23, 2016 12:16 pm
- Forum: NetBurner Software
- Topic: I2C (advanced) Read Issue
- Replies: 9
- Views: 11895
Re: I2C (advanced) Read Issue
Any updates on this issue? Has it been verified/corrected?
- Fri May 13, 2016 9:04 am
- Forum: NetBurner Software
- Topic: I2C (advanced) Read Issue
- Replies: 9
- Views: 11895
Re: I2C (advanced) Read Issue
BTW, the code snippet that I provided is my code that will help demonstrate the issue. If the remove the I2C_SET_NO_ACK along with the second read you will see that the first read provides incorrect data.
- Fri May 13, 2016 9:02 am
- Forum: NetBurner Software
- Topic: I2C (advanced) Read Issue
- Replies: 9
- Views: 11895
Re: I2C (advanced) Read Issue
Release 2.7.5
- Thu May 12, 2016 5:02 pm
- Forum: NetBurner Software
- Topic: I2C (advanced) Read Issue
- Replies: 9
- Views: 11895
Re: I2C (advanced) Read Issue
I gave the link!
- Thu May 12, 2016 3:49 pm
- Forum: NetBurner Software
- Topic: I2C (advanced) Read Issue
- Replies: 9
- Views: 11895
Re: I2C (advanced) Read Issue
{ int iRtn; BYTE address = 0x22; //mpc23008 address, U13 BYTE addr_gpio = 0x09; //gpio register address BYTE data_gpio = 0; //variable to hold gpio read iRtn = I2CStart(address, I2C_START_WRITE, I2C_START_TIMEOUT); iprintf( "I2CStart = %d\r\n>", iRtn ); iRtn = I2CSend(addr_gpio, I2C_RX_TX...
- Thu May 12, 2016 3:44 pm
- Forum: NetBurner Software
- Topic: I2C (advanced) Read Issue
- Replies: 9
- Views: 11895
- Thu May 12, 2016 9:50 am
- Forum: NetBurner Software
- Topic: I2C (advanced) Read Issue
- Replies: 9
- Views: 11895
I2C (advanced) Read Issue
Hello, In searching through this forum I found a reference to the advanced I2C functions having an issue with the I2CRead, specifically that the first read did not return correctly and that an I2C_SET_NO_ACK had to be issued after the first I2CRead and then another I2CRead to obtain the correct valu...
- Sat May 07, 2016 9:14 am
- Forum: NetBurner Software
- Topic: MicroSD Operation Issue (Nano54415)
- Replies: 1
- Views: 3791
MicroSD Operation Issue (Nano54415)
We have a Nano 54415 on a board connected to a microSD card using four Data0-3 lines plus CMD and clock interface. This is Secure Digital Mode/SDC mode instead of MMC. The Nano Eval board has only a MMC mode using 1 Data line plus CClock and CMD lines, and the software user guide effs_fat262.pdf, Se...
- Wed Feb 17, 2016 6:21 am
- Forum: NetBurner's Eclipse IDE
- Topic: Unresolved Inclusion
- Replies: 2
- Views: 5516
Re: Unresolved Inclusion
Yes, I always install to c:/nburn and I always rename older installs. This problem seemed to crop up when I started installing with both 5282 and nano. Is there any utility or pricess of cleaning all old nburn installations to help guarantee a fresh install?