mikroE has its own boot loader: mikroBootloader
does this mean we don't have to design our own bootloader?can someone explain further the advantages and uses of bootloader? ... disadvantages?
There is no need to code your own bootloader as there are already a lot of free bootloaders in the net. The smallest sized one so far is the tiny bootloader.Advantage of bootloaders over ICSP is that programming is much faster. Programming using ICSP which takes around 2-3 minutes takes less than 20 seconds using bootloaders. Oh and when you load the program, you don't need the whole ide but only a small accompanying exe file that will load the program for you. Also with ICSP, you have to take into consideration the use of the I/O pins for programming and incorporate that in the design.Disadvantage of bootloaders are it can only be used by mcus that support self-programming like the 16F88 and 16F877. ALso you have to have additional rs232 level shifter h/w incorporated into your design.
I think mas oki pala bootloader. I might use one this week.Original plan ko kasi is to use ICSP, im planning to incorporate a P16Pro circuitry sa isang DIY PIC16F877 demo board, kaso nga i will have to use 5 pins at least para sa ICSP connection. which is not good. I dont want to include pin isolation circuit, para hindi na complicated ang board.But using bootloader, all i need are the RX/TX pin for the PIC.Somehow may advantage talaga ang Zilog Encore kumpara PIC when it comes to programming/debugging
ganito nalang, pag mag-iimplement ako ng ICSP sa pic, kailangan ko bang bootloader o hindi?
nope hindi kailangan ng bootloader ang ICSP connection.To use the bootloader all you need is a MAX232 circuitry connected to RX/TX of the PIC16F877.2 pins lang ang kailangan and that is good hardware-wise
so kung ICSP ang gagamitin ko with the help of ICD2, no bootloader will be utilized tapos parang PIC programmer lang ang pag loload ko ng program?
Good Morning po.... new lang ako d2... i've used the search bar regarding TASM... and eto ung lumabas.... and as i read all the post cguro nmn po may mag hehelp sakin.. hehe... naghahanap po kasi ako ng Running Led's using TASM program.... kung may alam po kau about sa TASM pls teach me... project lang po sa school... ung pong circuit ng LED's ay na ka connect po sa printer port... and dapat po ma operate ung patterns ng LED's using TASM... pls i need help po... thnx in advance....
Ako rin nahilo sa tanong mo.Back to topic.I tried using bootloader before pero hindi nagwork. Posible kya dahil lang sa usb to rs232 converter ang ginamit ko?