Ravi\’s World

December 26, 2005

The tsunami that occurred last year…

Filed under: News — ravisworld @ 10:52 am

Discovery hannel did some research and found out reasons for last year’s tsunami. It seems the waves are bigger than what is predicted.

For more details see this link

http://dsc.discovery.com/news/briefs/20051205/tsunami_pla.html

December 24, 2005

Hmmm… Today I will browse and invite few friends to my weblog.

Filed under: C++ VC++ .NET — ravisworld @ 12:51 pm

Today I am going to invite few people to my weblog. I will try & findout those posting in the same topics as mine. Let me see…
 

December 23, 2005

What is bootloader?

Filed under: Universal Serial Bus — ravisworld @ 11:56 pm

Today I had a discussion with one of my co-worker, on the concept of bootloader. What is a bootloader? I knew that bootloader is firmware, i.e it will be written in assembly language of a particular processor. It allows applications to be loaded on the memory of that processor. So both bootloader as well as the application will stay in memory.
 
On POR(Power On Reset) or any other kind of reset it is expected that the user application will be executed straightaway. To enter into bootload mode, normally a special command or switch need to be provided on the hardware board. The initialization portion of the firmware will check the switch and based on that it will decide to enter into either bootload mode or application mode.
 
When there is no application available in the memory it is assumed that the bootloader will get loaded automatically.
 
We use PIC18F4550 Family of devices from Microchip for our application development. There is a demo board available from microchip, which comes with the bootloader and an example application. User can use the bootloader supplied to load his applications on the board. PIC18F4550 devices are having an USB pheripheral implemented on them. With the help of USB the device get its communication done with the host. i.e PC.
 
Manytimes depending on the board architecture and processor architecture, the bootloader will be designed. If the non-vovalite( permanent memories like FLASH) memory is implemented inside the micro controller and only internal address bus is available like how it is in most PICs, then a technique called In-circuit programming is used to load the programs on to the FLASH. But, if there external address bus and data bus coming out of the micro, then the techniques would be very much different for progamming the non-volatile memory.
 
The other part will be the host application which communicates with the board mostly on RS-232 or USB(in case 18F4550 family). There are other communication systems available between the host and the board like Eathernet. Protocols like CAN, Zigbee are normally not used for this kind of situations. 
 
The host application will be running on a PC and will be able load various kinds of HEX files( Examples of HEX formats are INTEX80, Motorol format etc..) on the device/flash.
 
Otherthings that need to be take care are with respect to memory mappings. The program memory need to be partitioned between bootloader firmware and application software.
 
For more information on PIC controllers, USB and Bootloader visit www.microchip.com/usb. In next few post I will try to explain how the bootloader is implemented on 18F4550. I am understanding the source code.
 

My Trails with Blog Client

Filed under: All Others — ravisworld @ 11:30 pm

I tried two blog clients. Started with w.bloggar ver 4.0. I downloaded it from www.wbloggar.com web-site. This tools look & feel is very good. I expected it would work straightaway with www.wordpress.com. But I really had difficulty in getting it working. Then I started searching for other tool. Note that w.bloggar is freeware and it can be downloaded from download section of www.wbloggar.com.
 
I ended up using Qumana Editor. This editor is also very nice and easy to use. This content I wrote using this tool only. And hoping that I can use this tool comfortably in future. This software can be downloaded from www.Qumana.com . Hope you will also like this tool.

Hurrey, I am starting to blog from today..

Filed under: Starting Today — ravisworld @ 1:22 pm

Hi Net & Netigens,

I am starting to blog from today. I have plans to post meterial on technology, science and all those topics whatever I like.

I am also hoping that this blog apart from allowing to express myself will also provide information to the visitors.

 

Create a free website or blog at WordPress.com.