Main Menu
Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Messages - nda

#1
ARM Cortex / Re: blinky example LCP1768
March 11, 2015, 03:28:35 AM
Problem is solved. Bootloader should start loaded program from address of default_reset_handler. Dont know, how example for keil worked. It is started from wrong address. 
#2
ARM Cortex / Re: blinky example LCP1768
March 10, 2015, 10:19:26 AM
If i will use onboard bootloader it will work. Becase i will compile the programm to start from 0x0000. It doesnot wotk when i compile it to start from 0x2000 and bootlodear begins to execute it.
#3
ARM Cortex / blinky example LCP1768
March 09, 2015, 12:35:39 PM
Hello friends.

I am trying to use ethernet bootloader for LPC1768. Examples for LPC1700 written for Keil works good. I dont want to use Keil. I tried to compile blinky example in CooCox with free compiler(Sourcery_CodeBench_Lite_for_ARM_EABI). Startup files  are different. In Coocox it is written in c, and  in Keil it is written in asm. Example in coocox doesnot work. I dont know why. When i program it at 0x0000 - it works well. When i programm it throuh Flashmagic - it doesnot start. I dont know what to do. Please help.