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.
Hello Bun,
As suggested, PFA the review request form filled to proceed with the review.
Please help on priority.
Copy of SimpleLink_24GHz_Design_Review_Request_Form.xlsx 7723.schematic_for_review_ti_CC8530.pdf
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…
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…
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…