Hi Tony,
I apologize if this is a repost, my previous post may have been rejected
due to excessive length, so I'll keep this short :)
I have flashed my econotag and patched and installed the serial driver per
this thread but am seeing this error when I run set-serial.sh.
Traceback (most recent c
> - This protocol seems terrible for throughput due to turnaround
> latency. USB, for example, will necessarily introduce a one frame
> (1ms) or one microframe (125μs) latency every time you're waiting
> on
> a direction change. The FT2232 (used in the Econotag) will also
> add
> a 16m
hai..
The above problem is due to setting the SPI max clock frequency . For
omap2_mcspi controller max clock frequency is : 4.8MHZ . I fixed it by changing
the value in DTS.
cc2520 {
compatible = "cc2520";
reg = <0>; /* CHIPSEL */
spi-max-frequenc
hai all..
I loaded the CC2520[IEEE802.15.4] radio driver by using overlay. It provides SPI
interface to communicate with the controller. I used SPI0 on BBB.
The Overlay is shown below:
nano BB-BONE-CC2520-00A0.dts
/dts-v1/;
/plugin/;
/ {
compatible = "ti,beaglebone", "ti,beaglebone-black"