saur
Member level 2
- Joined
- Feb 23, 2012
- Messages
- 45
- Helped
- 2
- Reputation
- 4
- Reaction score
- 2
- Trophy points
- 1,288
- Activity points
- 1,621
when writing a program for I/O operation using GPIO, my code compiles and runs properly.
But when I write a code for UART with all options for target as for GPIO, it gives the following error:
***Fatal-Error while processing elf/dwarf file
*** Error: Range not found: 0x1A000000 - 0x1A00001C
***ElfDwt terminated
But shows 0 Errors and 0 Warnings.
In the code for GPIO it shows the following:
*** Updated Signature over Range[32] (0x1A000000 - 0x1A000018): @0x1A00001C = 0x53FFEF2E
*** Processing completed, no Errors.
Can't find the problem..
Please somebody help...
Thanks in advance
But when I write a code for UART with all options for target as for GPIO, it gives the following error:
***Fatal-Error while processing elf/dwarf file
*** Error: Range not found: 0x1A000000 - 0x1A00001C
***ElfDwt terminated
But shows 0 Errors and 0 Warnings.
In the code for GPIO it shows the following:
*** Updated Signature over Range[32] (0x1A000000 - 0x1A000018): @0x1A00001C = 0x53FFEF2E
*** Processing completed, no Errors.
Can't find the problem..
Please somebody help...
Thanks in advance