• atmega 169p
    i am writing the code on i2c communication but it's not communicating betwwen the atmega169p and blr24f(external eepeom) the codw shown below #include<ioavr.h> #include<stdio.h> #include <intrinsics...
  • atmega 169p
    i am writing the code on i2c communication but it's not communicating betwwen the atmega169p and blr24f(external eepeom) the codw shown below #include<ioavr.h> #include<stdio.h> #include <intrinsics...
  • ATXmega vs ATmega
    iam presently working on ATmega controller, but now i need to change over to ATXmega controller,as my project needs more serial ports. I need your help for solving the following queries: 1) what is...
  • ATXmega vs ATmega
    iam presently working on ATmega controller, but now i need to change over to ATXmega controller,as my project needs more serial ports. I need your help for solving the following queries: 1) what is...
  • Transfer a file form computer onto a ST flash memroy
    I want to transfer the KEIL generated .hex file from computer's memory via UART onto the internal flash memory of the STM32F4. Can anyone give me a heads up of where to get started? and what are the...