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…
Other Parts Discussed in Thread: CC2510 , CC2510F8 , CC2530 I am trying to get started with CC2510 and IAR. I am not using any eval kit now.
I had a look at the example code and wrote a small delay routine.
As I do not have any hardware plugged in, when…
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…
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…