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 raghavkmr

  1. R

    using NCT1008 temp. monitor with 8051

    Hi, I am using NCT1008 ic for temperature monitoring Has anyone tried it with 8051 I am using bit banging for I2c protocol How to write in registers of this chip using 8051. Regards Sameer
  2. R

    Reading from a file and putting it to uint8_t * in C

    Hi i want to read alphanumeric characters from a text file and put them as hexadecimal characters in a variable for e.g. uint8_t *output; *output = 0xFA ; it works but instead i want to read alphanumeric code from a file containing FA 1B 2E ED but when i read values from file and put it into...
  3. R

    UART Interrupts in 8051

    Hi, I coded a printf inside interrupt service routine to echo the characters ,but it slows down the interrupt process and I miss some characters that I enter through keyboard. How to echo without this problem Regards Sameer - - - Updated - - - Baud Rate : 115200 , yes there is RS232 to USB...
  4. R

    UART Interrupts in 8051

    Hi i am using 8051 microcontoller with uart interrupts I am using minicom (in Ubuntu ) as hyperterminal for serial console (uart) of 8051 When i give an input using keyboard , i cannot see what i entered on minicom terminal,but the code works ,as i can see the correct output on minicom How to...
  5. R

    reading a string from uart of cortex-m3

    its polling and cortex-m3 uses fifo to do this
  6. R

    reading a string from uart of cortex-m3

    Hi , I am trying to read string from uart into cortex-m3,I can read numbers but how to go with string below is my code to read number int scannumber() { uint8_t rxbuff,x[8]={0},i=0;//[8]; mss_uart_instance_t * this_uart = &g_mss_uart1; int num; while(i<8) {...
  7. R

    QNX RTOS on cortex-m3

    Hi, I am trying to port blackberry QNX on cortex-m3 ,On there website the boards they support are having only arm-A cores , 1> can i port it on cortex-m3 2> if not then why ?
  8. R

    does mobile battery produces loading effect when its charged by mobile charger

    500mA is not very high rate ,mobile chargers are available for even 2A
  9. R

    does mobile battery produces loading effect when its charged by mobile charger

    I am using an app on android which tells about incoming current when charging and outgoing when discharging, the current was constant 453-456 mA till 90 % charging but after that it reduced and when i keep it connected after 100 % charging it show 60-62 mA Is it due to loading effect,same as a...
  10. R

    Error:while using uart cortex-m3

    hi i am trying to run a basic loop back program in cortex-m3 but error is coming
  11. R

    how to read the object dump file of gcc compiler for cortex-m3

    Hi, i compiled the following code #include<stdio.h> main() { printf("helloworld"); } using arm-gcc cross compiler and dumped its objdump file ,the executable is prefectly running on uclinux on cortex m3,can you tell me what each column represents in that file , a few lines are given below...
  12. R

    [SOLVED] Please Help me verifiy this circuit is valid or not.

    ya its a valid circuit you can see it as two independent circuits one with gnd--------5v+ ----- R1 ----- gnd other gnd--------12v----------R2-----gnd
  13. R

    information about learning embedded systems

    hey, Read books on Embedded Systems (e.g - Embedded systems by Rajkamal) Its expected that you know C programming before going for embedded systems have read and know atleast one microcontroller and one processor like 8051 and 8085 (currently ARM cores and PIC and arduino are used) have read and...
  14. R

    segv signal while running an application on uclinux installed on cortex m3

    Hi i am running an application (simple_pjsua) on uclinux where uclinux is installed on cortex m3 i get an error simple_pjsua: fault at 0xa3a00044 [pc=0xa3a00044, sp=0xa3b43ef0] Invalid ISA state segv i researched on internet ,so i found segv is segmentation fault so how to remove this or...
  15. R

    How to use GNU toolchain for cortex m3

    I want to run c programs on uclinux installed on cortex m3 ,i found while researching that i needed a toolchain for this ,i downloaded a toolchain **broken link removed** but i don't know how to use it , can anybody tell where to start or any link which helps on this topic

Part and Inventory Search

Back
Top