avr-chat
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[avr-chat] bootloader questions


From: Marlin Unruh
Subject: [avr-chat] bootloader questions
Date: Fri, 13 May 2005 13:50:05 -0600

Greetings,

  I have code in the bootloader section of an AVRmega16. I want to
  call some of the functions in the bootloader section from the
  application section. When I compile the application code I will need
  to assign the absolute addresses of the called functions in the
  bootloader section. How is the best way to handle this?

  I have read the faq and can relocate the bootloader code to fixed
  address, in this case at 0x3800.

  How do I relocate the following to the start of the bootloader
  section? On second thought I may not want/need to.

  <__vectors>:
  <__ctors_end>:
  <__do_copy_data>:
  <__do_clear_bss>:
  <__bad_interrupt>:
  
--
 Go ahead, tell me what you think!
 Thanks,
 Marlin






reply via email to

[Prev in Thread] Current Thread [Next in Thread]