What is programmer in micro controller?

  • Thread starter Thread starter rizwan_20
  • Start date Start date
  • Tags Tags
    Controller Micro
AI Thread Summary
A programmer, or burner, in a microcontroller context is both a software and hardware tool that transfers a binary file from a computer to the microcontroller chip. This process allows the microcontroller to execute specific tasks by loading instructions stored in its memory. Microcontrollers typically consist of a CPU core and various peripherals for communication and storage. The programmer reads the compiled program files, such as HEX or ELF, and places the instructions at designated memory locations. Understanding the role of the programmer is essential for working effectively with microcontroller systems.
rizwan_20
Messages
3
Reaction score
0
Hi,
I am very interested to learn something about micro controller system and work with these. But I don't know much about this so perhaps my question is going to be very stupid one. The thing that I want to know is that what is programmer or burner in a micro controller. Is it a device that is used to send programs from pc to a microcontroller chip so that the chip can work with this program? Please clarify my doubt and help me learn...
With thanks in advance
Rizu
 
Engineering news on Phys.org
Hey there!

The programmer is a piece of software and hardware that "programs" the microcontroller. In other words, it is the gadget (SW/HW) that takes the binary file from your computer and puts it in the microcontroller.

Since I have time, I'll just write some extra stuff.

A microcontroller is a piece of hardware that consists of a CPU core, and several peripherals.

Commonly used CPU's in microcontrollers are Atmel's AVR CPU's and ARM's CORTEX CPU's.

The peripherals will be dedicated hardware stuff for communication (such as SPI, I2C, UART etc.) or different storage devices (Flash RAM, SRAM, EEPROM etc.).

When power is turned on, the CPU is hardcoded to do a very specific task. Most commonly, it will load the instruction that is saved at the address 0x00 (the reset instruction).

When you compile a program for a microcontroller, the file you get out of it (HEX or ELF file commonly), will contain all the instructions that make up your program. It also contains information about where to put these instructions inside the memory of the microcontroller.

The programmer has the very important task of reading these HEX and ELF files, and then putting the instructions at the right places inside the memory.


This is a generalization of how it all works, and there are several other things that will need to be taken care of, depending on the microcontroller used. But this is overall what its all about.

Hope it helped :)
 
Thanks Runei for your reply and help me on this.
 
While I was rolling out a shielded cable, a though came to my mind - what happens to the current flow in the cable if there came a short between the wire and the shield in both ends of the cable? For simplicity, lets assume a 1-wire copper wire wrapped in an aluminum shield. The wire and the shield has the same cross section area. There are insulating material between them, and in both ends there is a short between them. My first thought, the total resistance of the cable would be reduced...
Hi all I have some confusion about piezoelectrical sensors combination. If i have three acoustic piezoelectrical sensors (with same receive sensitivity in dB ref V/1uPa) placed at specific distance, these sensors receive acoustic signal from a sound source placed at far field distance (Plane Wave) and from broadside. I receive output of these sensors through individual preamplifiers, add them through hardware like summer circuit adder or in software after digitization and in this way got an...
I am not an electrical engineering student, but a lowly apprentice electrician. I learn both on the job and also take classes for my apprenticeship. I recently wired my first transformer and I understand that the neutral and ground are bonded together in the transformer or in the service. What I don't understand is, if the neutral is a current carrying conductor, which is then bonded to the ground conductor, why does current only flow back to its source and not on the ground path...

Similar threads

Back
Top