atomic

Forum Replies Created

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • in reply to: Bootloader #2663
    atomic
    Participant

    That’s a fantastic and professional response! Thank you 😀

    in reply to: timer example clear interrupt bit #2679
    atomic
    Participant

    Just curious, is this forum moderated by the visualgdb company or volunteer community?

    When/if we purchase visual gdb, i’m wondering what the support will look like.

    in reply to: Bootloader #2661
    atomic
    Participant

    I guess what i’m lookin for is the equilevant of …

    
    #org 0x0008, 0xfff0 {}
    
    #org 0x10000, 0x11000 auto=0
    #inline
    main() {
    ...
    ...
    ...
    }
    
    in reply to: Bootloader #2660
    atomic
    Participant

    Great, thanks for the answer.

    To clarify what you’re saying… Changing the start address of the compiled code will break any interrupt handlers?

    If that is the case, is there a way to specify the location of a function? For example, if I was able to specify the location of the Reset_Handler(), would that become the start of the program and continue with valid interrupt handlers?

    I’m attempting to port the bootloader from our Pic to the STM32F2. I recently noticed there is support in the chip for a bootloader that appears built in? There doesn’t seem to be much information in the datasheet about it. So I assume porting my old bootloader from the Pic would be easier.

    in reply to: Diagnose Locking Up Issue #2657
    atomic
    Participant

    Thanks for the reply. The chip eventually gave out. It appears we had a faulty chip! More stranger and stranger things were happening before it stopped responding at all.

    We ordered new chips and put them on our dev boards – things are responding great now.

    For a bit I was very confused! I was starting to think the chip was haunted…

Viewing 5 posts - 1 through 5 (of 5 total)