[beagleboard] Using a Tiva C/Stellaris launchpad DebugOut interface as a JTAG emulator for BBB

2015-01-06 Thread es
Hello.
I've recently got a BBB and I am starting to play with it. Since I am used 
more to the bare-metal and low level work with microcontrollers, the first 
thing I am trying to figure out the JTAG interface to the board (probably I 
won't need it, but still..). Assuming that I have the JTAG connector 
soldered, I am trying to find a low cost JTAG emulator for the board. Since 
I have a stock of some hardware on my shelf I hope I have something that 
might fit . The most suitable solution that I am thinking of is to use TI's 
Tiva C Launchpad board, which can be connected as a ICDI/JTAG adapter to an 
external device as described here 
http://processors.wiki.ti.com/index.php/Stellaris_LM4F120_LaunchPad_Debug_How_To,
 
and then using openocd something like this:

openocd -f interface/ti-icdi.cfg -f target/am335x.cfg

Will this work? Is there anything to do to make it work?
Thank you.

-- 
For more options, visit http://beagleboard.org/discuss
--- 
You received this message because you are subscribed to the Google Groups 
BeagleBoard group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to beagleboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[beagleboard] SPI in 48MHz

2014-07-11 Thread ES
Hi 
Am using Beagle Bone balck with angstrom.  Working with SPI in 48MHz as a 
master.
if i send bytes am getting the following issues
1. Delay between the first byte and second byte  is around 18us
2. Inter byte delay around 400ns
3. cs hold time is around 127us 
 
can someone please help me to reduce this
 
 
 
 

-- 
For more options, visit http://beagleboard.org/discuss
--- 
You received this message because you are subscribed to the Google Groups 
BeagleBoard group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to beagleboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.