Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

Recent content by alkid

  1. A

    help in converting asm code to c code?

    spi0dat INT0: CLR CSN MOV SPI0DAT, #20H LCALL SPI MOV SPI0DAT, #08H LCALL SPI SETB CSN CLR CSN MOV SPI0DAT, #27H LCALL SPI MOV SPI0DAT, #7EH LCALL SPI SETB CSN MOV SPI0DAT, #0E1H...
  2. A

    desperate for HELP!!!!

    will you be able understand more if i cut away the part i don't need as i really struggling
  3. A

    desperate for HELP!!!!

    this is a code for tx but i can't figure which code to edit so that it can transmit using nRF24L01 transceiver and c8051f120 as in it have ADC, tiltSC and alarm which i don't need. #include <c8051f200.h> // SFR declaration sbit LED1 = P1^0; sbit LED2 = P1^1; sbit LED3 = P1^2; sbit LED4 =...
  4. A

    can it be use the code?

    oo tks for the help
  5. A

    can it be use the code?

    c8051f320 have 2304 Bytes Internal RAM (1k+256+1k FIFO) & 16k Bytes FLASH; In-system programmable in 521-byte Sector. c8051f120 have 8448 Bytes Internal Data RAM (8k+256), 128k or 64k Bytes Banked FLASH; In-System programmable in 1024-byte Sectors & external 64k Byte Data Memory Interface...
  6. A

    can it be use the code?

    Could the source code for written for c8051F320 be use for c8051F120? void Test_TX(void) { Led1 = Led2 = Led3 = Led4 = 1; // Clear status Led's SPI_RW_Reg(WRITE_REG + SETUP_AW, (TX_AW-2)); // Setup RX/TX address width SPI_Write_Buf(WRITE_REG + TX_ADDR,TX_ADDRESS_,TX_AW); // Writes TX_Addr...
  7. A

    source code of the PIC development board

    hi.... i am currently using IA MSC-DBSB1 ver.1 development board with IA4221-DKDB2 test board(Tx) and IA4320-DKDB4 test board(Rx).... I would like to ask is there any way to extract the codes from there?? How do i change the codes in the IC chip?? If possible, is there any other codes available...
  8. A

    Need the schematic diagram for IA MSC-DBSB1

    hi anybody have the schematic diagram for IA MSC-DBSB1 ver.1 with IA4320-DKDB4 & IA4221-DKDB2 test board? tks in advance... :)
  9. A

    What is the function of CEX0 in c8051f120dk?

    hi anyone know what is the function of CEX0 in c8051f120dk?
  10. A

    Need help with my code

    Hi i wrote the MISO-MISO, SCK-SCK, MOSI-MOSI but now is that how i assigned the rest of the pins for CE, CSN and IRQ of the nRF24L01 #include "C8051F120.h" // Peripheral specific initialization functions, // Called from the Init_Device() function void SPI_Init() { SFRPAGE = SPI0_PAGE; SPI0CFG =...
  11. A

    Source code for Tx and Rx mode

    oo tks but what if i need to use the silabs IDE keil company assembler, compiler and linker as is install along with the silabs? Is there a different between the website circuit you shown me and mine **broken link removed** :)
  12. A

    C8051F120DX SPI interface question

    Re: SPI interface The Configuration Wizard 2 utility helps accelerate development by automatically generating initialization source code to configure and enable the on-chip resources needed by most design projects. In just a few steps, the wizard creates complete startup code for a specific...
  13. A

    Using 1 C8051F120DK to set 2 nRF24L01 into TX and RX

    i currently know that SCK-SCK, MISO-MISO, MOSI-MOSI but i dunno which pin and to what CE, CSN and IRQ connected to in C8051F120DK. diagram of my circuits: **broken link removed** for C8051F120DK. **broken link removed** for nRF24L01. Tks in advance really need help alot.:)
  14. A

    C8051F120DX SPI interface question

    SPI interface Hi To put the sck to logic 1 or 0 do i use the congfigure wizard to set it or i have to write the source code for it? And what is CKPOL and CKPHA are they just logic 1 or 0 setting? And do anyone try or how to use the the C8051F120DX SPI interface to connect the SPI interface of...
  15. A

    Source code for Tx and Rx mode

    nrf24l01++ Hi Anyone try before any source code which use C8051F120DK to configure nRF24L01 into transmitter mode and receiver mode( as i have 2 nRF24L01)? :)

Part and Inventory Search

Back
Top