Electronic Components Datasheet Search
  English  ▼
ALLDATASHEET.COM

X  

CC2510F32RSP Datasheet(PDF) 83 Page - Texas Instruments

Part # CC2510F32RSP
Description  Low-Power SoC (System-on-Chip) with MCU, Memory, 2.4 GHz RF Transceiver, and USB Controller
Download  244 Pages
Scroll/Zoom Zoom In 100%  Zoom Out
Manufacturer  TI [Texas Instruments]
Direct Link  http://www.ti.com
Logo TI - Texas Instruments

CC2510F32RSP Datasheet(HTML) 83 Page - Texas Instruments

Back Button CC2510F32RSP Datasheet HTML 79Page - Texas Instruments CC2510F32RSP Datasheet HTML 80Page - Texas Instruments CC2510F32RSP Datasheet HTML 81Page - Texas Instruments CC2510F32RSP Datasheet HTML 82Page - Texas Instruments CC2510F32RSP Datasheet HTML 83Page - Texas Instruments CC2510F32RSP Datasheet HTML 84Page - Texas Instruments CC2510F32RSP Datasheet HTML 85Page - Texas Instruments CC2510F32RSP Datasheet HTML 86Page - Texas Instruments CC2510F32RSP Datasheet HTML 87Page - Texas Instruments Next Button
Zoom Inzoom in Zoom Outzoom out
 83 / 244 page
background image
CC2510Fx / CC2511Fx
SWRS055F
Page 83 of 241
Figure 21: Flash Write using DMA
When performing DMA flash write while
executing code from within flash memory, the
instruction that triggers the first DMA trigger
event FLASH (TRIG[4:0]=10010) must be
aligned on a 2-byte boundary. Figure 22 shows
an example of code that correctly aligns the
instruction for triggering DMA (Note that this
code is IAR specific). The code below is
shown for
CC2510Fx, but will also work for
CC2511Fx if the include file is being replaced by
ioCC2511.h
; Write flash and generate FLASH DMA trigger
; Code is executed from flash memory
;
#include “ioCC2510.h”
MODULE
flashDmaTrigger.s51
RSEG
RCODE (1)
PUBLIC
halFlashDmaTrigger
FUNCTION
halFlashDmaTrigger, 0203H
halFlashDmaTrigger:
ORL
FCTL, #0x02;
RET
;
END
;
Figure 22: DMA Flash Write Executed from within Flash Memory
12.3.2.2
CPU Flash Write
The CPU can also write directly to the flash
when executing program code from RAM using
unified memory space. The CPU writes data to
the Flash Write Data register, FWDATA. The
flash memory is written each time two bytes
have been written to FWDATA, if a write has
been enabled by setting FCTL.WRITE to 1.
The CPU can poll the FCTL.SWBSY status to
determine when the flash is ready for two new
bytes to be written to FWDATA.
Note that there exist a timeout period of 40 µs
for writing one flash word to FWDATA, thus
writing two bytes to the FWDATA register has
to end within 40 µs after FCTL.SWBSY went
low and also within 40 µs after a write has
been initiated by writing a 1 to FCTL.WRITE
(see Figure 24). Failure to do so will clear the
FCTL.BUSY bit. FADDRH:FADDRL will contain
the address of the location where the write
operation failed. A new write operation can be
started by setting FCTL.WRITE to 1 again and
write two bytes to FWDATA. If one wants to do
the whole write operation over again and not
just start from where it failed, one has to erase
the page, writing the start address to
FADDRH:FADDRL, and setting FCTL.WRITE
to 1 (see Section 12.3.3).


Similar Part No. - CC2510F32RSP

ManufacturerPart #DatasheetDescription
logo
Texas Instruments
CC2510F32RSP TI1-CC2510F32RSP Datasheet
2Mb / 244P
[Old version datasheet]   Low-Power SoC (System-on-Chip) with MCU, Memory, 2.4 GHz RF Transceiver, and USB Controller
CC2510F32RSPR TI1-CC2510F32RSPR Datasheet
2Mb / 244P
[Old version datasheet]   Low-Power SoC (System-on-Chip) with MCU, Memory, 2.4 GHz RF Transceiver, and USB Controller
More results

Similar Description - CC2510F32RSP

ManufacturerPart #DatasheetDescription
logo
Texas Instruments
CC2510F8RHHR TI-CC2510F8RHHR Datasheet
3Mb / 244P
[Old version datasheet]   Low-Power SoC (System-on-Chip) with MCU, Memory, 2.4 GHz RF Transceiver, and USB Controller
CC2510F16 TI1-CC2510F16 Datasheet
2Mb / 244P
[Old version datasheet]   Low-Power SoC (System-on-Chip) with MCU, Memory, 2.4 GHz RF Transceiver, and USB Controller
CC2510FX TI-CC2510FX Datasheet
2Mb / 242P
[Old version datasheet]   Low-Power SoC (System-on-Chip) with MCU, Memory, 2.4 GHz RF Transceiver, and USB Controller
CC2510 TI-CC2510_15 Datasheet
3Mb / 245P
[Old version datasheet]   Low-Power SoC (System-on-Chip) with MCU, Memory,2.4 GHz RF Transceiver, and USB Controller
CC1110FX TI-CC1110FX Datasheet
2Mb / 243P
[Old version datasheet]   Low-Power SoC (System-on-Chip) with MCU, Memory, Sub-1 GHz RF Transceiver, and USB Controller
CC1110FX TI-CC1110FX_08 Datasheet
3Mb / 245P
[Old version datasheet]   Low-Power SoC (System-on-Chip) with MCU, Memory, Sub-1 GHz RF Transceiver, and USB Controller
CC1110F16 TI1-CC1110F16 Datasheet
3Mb / 247P
[Old version datasheet]   Low-Power SoC (System-on-Chip) with MCU, Memory, Sub-1 GHz RF Transceiver, and USB Controller
CC1110F8RHHR TI1-CC1110F8RHHR Datasheet
3Mb / 249P
[Old version datasheet]   Low-Power SoC (System-on-Chip) with MCU, Memory, Sub-1 GHz RF Transceiver, and USB Controller
CC1110FX TI-CC1110FX_10 Datasheet
3Mb / 247P
[Old version datasheet]   Low-Power SoC (System-on-Chip) with MCU, Memory, Sub-1 GHz RF Transceiver, and USB Controller
CC1110F32RHHR TI1-CC1110F32RHHR Datasheet
3Mb / 249P
[Old version datasheet]   Low-Power SoC (System-on-Chip) with MCU, Memory, Sub-1 GHz RF Transceiver, and USB Controller
More results


Html Pages

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100  ...More


Datasheet Download

Go To PDF Page


Link URL




Privacy Policy
ALLDATASHEET.COM
Does ALLDATASHEET help your business so far?  [ DONATE ] 

About Alldatasheet   |   Advertisement   |   Datasheet Upload   |   Contact us   |   Privacy Policy   |   Link Exchange   |   Manufacturer List
All Rights Reserved©Alldatasheet.com


Mirror Sites
English : Alldatasheet.com  |   English : Alldatasheet.net  |   Chinese : Alldatasheetcn.com  |   German : Alldatasheetde.com  |   Japanese : Alldatasheet.jp
Russian : Alldatasheetru.com  |   Korean : Alldatasheet.co.kr  |   Spanish : Alldatasheet.es  |   French : Alldatasheet.fr  |   Italian : Alldatasheetit.com
Portuguese : Alldatasheetpt.com  |   Polish : Alldatasheet.pl  |   Vietnamese : Alldatasheet.vn
Indian : Alldatasheet.in  |   Mexican : Alldatasheet.com.mx  |   British : Alldatasheet.co.uk  |   New Zealand : Alldatasheet.co.nz
Family Site : ic2ic.com  |   icmetro.com