Other Parts Discussed in Thread: CC2530
I am attempting to run some simple code on the CC2531 to prove that I can control some basic things from the chip before trying to run the same code on a CC2530 on our custom board.
I started with the simple_hid_dongle - rfusb_cc2531 sample code. After confirming that I could build and load it to the USB dongle, I played with the LEDs. Then I removed the USB and radio parts, and added some basic LED toggling in the loop.
I then found and copied the source code from an older thread (https://e2e.ti.com/support/wireless_connectivity/rf4ce/f/159/t/547454) in an attempt to put characters out on the UART.
When I could not get that to work, I tried to just toggle the GPIO pins directly (P0.2-5, P1.4-7) but still got nothing. It is possible that my connections to the GPIO access points on the dongle are not great, but I would think at least one would give me some activity.
Is there anything really basic about enabling the GPIO on the dongle that I may have missed?
Thanks!
.Tim