Hi Ajayt,
Even though not clearly called out in the datasheet, but as implemented in the SW example, PM2_BUF (and PM3_BUF) must be placed in "slow access" RAM. For CC2510F8, this is in 0x00F000 - 0x00F2FF; for CC2510F16 this is in 0x00F000 - 0x00F6FF…
The options is listed in 12.4 in http://www.ti.com/lit/ds/symlink/cc2510f8.pdf . It looks like you have to set it in tri-state with pull-up to achieve close to what you require.
Other Parts Discussed in Thread: CC2510F8 , CC2510 , CC2500 Hello There,
In one of my projects I am thinking about implementing a short range low power remote control.
By short distance I mean less then 1 meter (3 ft). and I'm looking for system on chip…
Chehan,
In many cases for small low cost "proprietary" applications we find that going with a non-802.15.4 compatible radio is an acceptable solution and in that space we have a series of CC2510xx device that will be your lowest cost option. Have a look…
Hi Kris,
Need to determine which frequency band the RFID shall operate. Typical RFID operating frequencies can be as low as 125 kHz and up to 2.4 GHz. The most common frequencies are 315 MHz, 433 MHz, 868 MHz, 915 MHz or 2.4 GHz which are within the…
Other Parts Discussed in Thread: CC2510F8 , CC2510 I have been using 5 dma channels in my RF applications. So, II wanna write to flash through CPU SFR access not DMA
I made a test simple code of 2bytes flash write with chapter 12.3.2.2 CPU Flash write reference…