Other Parts Discussed in Thread: CC2510 As title.
I'm trying to write a flash write routine using DAM method for my CC2510F32.My code is below:
#include <ioCC2510.h> #include <ioCCxx10_bitdef.h> #include <hal_types.h> #include <dma.h>
/* One whole…
Hi.
Let me try to address a few of these:
1. Have a look in the nwk_globals.c for this information. In earlier revision there is string indicating the version ( VersionString[] = "SimpliciTI V 1.0.3"; ), in the latest release this has been replaced…
Hi Zoltan,
Alternative A is true, but there are only two ways of checking this. Either through the change in WORTIME (which will vary depending on the resolution) or the use of Watchdog in Timer mode (~2 msec resolution. Regards, Kjetil
You're going to need SmartRF Studio to generate the file SimpliciTI needs to do this. I'm attaching some steps we use to set the 2.4GHz frequency, etc in our workshop labs. Hopefully this will help you out.
Scott
Hi Ajay,
Sustainable data rate is less than 200k bits per second, so video is not going to be plausible.
1. CC2511 and the CC1111 are both Single Chip USB devices.
2. Both the CC2511 and the CC1111 are both available to non-tier 1 suppliers.
3…
Part Number: CC2640 Tool/software: Hi team,
I have a customer with the below inquiry. Let me know what you think and thanks in advance!
"I was reviewing Ti Application notes AN043. Looking at the conclusion table 6, I believe there is a mistake in…
Spancher,
Quick answer to your questions.
· The low pass filter is a part matching. It provides an impedance transformation from approx. 20Ohm to 50 Ohm (and low pass the signal).
· If you want 50 Ohm at point B (before C1, L1, and L2). Then it…
Hello,
my project with CC2511F32 is running out of flash. Is TI intending to produce in the new future a variant with more flash than 32kByte?
regards
spachner
Helllo,
I have posted the code and the problems I am facing. Waiting for some help.
I am using DSM to sample analog inputs and start ADC + DMA. First, I used to get all max values. Then I found and fixed a problem which I have posted in the forum…
Hi Forum,
Our device has to periodically wakes up to listen to beacon(want to use 32.768K crystal OSC). And also the device has to wake up from external event(button press).
1) Is it possible to wake up from external interrupt, and precisely know…