Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed: The issue of interrupt vector remapping for GCC_ARM LPC1114 #45

Merged
merged 2 commits into from
Aug 29, 2013
Merged

Conversation

dinau
Copy link
Contributor

@dinau dinau commented Aug 28, 2013

Fixed: The issue of interrupt vector remapping for GCC_ARM LPC1114

@0xc0170
Copy link
Contributor

0xc0170 commented Aug 28, 2013

Hello dinau,
is there a reason why in the text section is the counter set to 0x200?

@dinau
Copy link
Contributor Author

dinau commented Aug 28, 2013

Hello 0xc0170,
I've refered this thread.
http://www.keil.com/forum/19669/
If the SYSMEMREMAP resistor is set to 1,
it seems that the text area from 0xC0 to 0x200 are recognized as the vector area
by ARM core proceccer.
If program codes are placed this area and the program counter jumps this area,
it seems ARM core proceccer hungs up, as far as I tried at this moment.

@ytsuboi
Copy link
Contributor

ytsuboi commented Aug 28, 2013

Ah, we stoped porting of LPC1114 for GCC by its binary size. Do you guys want gcc support?

@adamgreen
Copy link
Contributor

If you look at the LPC11U24 linker script, you will see a similar pattern of reserving the lower 512 bytes of FLASH for this remapping. In that script you will also notice that more reset only code is pulled into this lower 512 bytes so that not as much overall FLASH is wasted. You may want to do that here as well.

@dinau
Copy link
Contributor Author

dinau commented Aug 29, 2013

Hi adamgreen,
Thanks your advice.
I've added the linker script definition.

dinau

bogdanm added a commit that referenced this pull request Aug 29, 2013
Fixed: The issue of interrupt vector remapping for GCC_ARM LPC1114
@bogdanm bogdanm merged commit e8bd53f into ARMmbed:master Aug 29, 2013
bridadan pushed a commit that referenced this pull request Jun 21, 2016
Adding threaded blinky integration test
SeppoTakalo pushed a commit that referenced this pull request Nov 9, 2016
-Do not define mbedtls configuration in Makefile as the same makefile
 is used in target builds.
pan- added a commit to pan-/mbed that referenced this pull request May 16, 2018
linlingao added a commit to linlingao/mbed-os that referenced this pull request Jul 12, 2019
Improve us timer performance by post converting count down to count u…
pan- pushed a commit to pan-/mbed that referenced this pull request May 29, 2020
artokin pushed a commit to artokin/mbed-os that referenced this pull request Dec 14, 2020
…from b560a9da36..806f54cea9

806f54cea9 Use event id 0 for initialization event (ARMmbed#45)

git-subtree-dir: features/nanostack/sal-stack-nanostack-eventloop
git-subtree-split: 806f54cea9741acacec0a447db88e3b525548218
artokin pushed a commit to artokin/mbed-os that referenced this pull request Jan 19, 2021
…ges from 86cf0cca08..fb20d3f32c

fb20d3f32c Merge remote-tracking branch 'origin/master' into release_for_mbed_os
d182fa4b3a Follow Mbed OS coding style (ARMmbed#47)
806f54cea9 Use event id 0 for initialization event (ARMmbed#45)

git-subtree-dir: connectivity/nanostack/sal-stack-nanostack-eventloop
git-subtree-split: fb20d3f32c84e2a3b2335d01df36100b5b5881ec
artokin pushed a commit to artokin/mbed-os that referenced this pull request Jan 19, 2021
…from b560a9da36..d182fa4b3a

d182fa4b3a Follow Mbed OS coding style (ARMmbed#47)
806f54cea9 Use event id 0 for initialization event (ARMmbed#45)

git-subtree-dir: features/nanostack/sal-stack-nanostack-eventloop
git-subtree-split: d182fa4b3aad7fdc70f7e74d6ed4d524e6f9286c
artokin pushed a commit to artokin/mbed-os that referenced this pull request Jan 21, 2021
…from b560a9da36..d182fa4b3a

d182fa4b3a Follow Mbed OS coding style (ARMmbed#47)
806f54cea9 Use event id 0 for initialization event (ARMmbed#45)

git-subtree-dir: features/nanostack/sal-stack-nanostack-eventloop
git-subtree-split: d182fa4b3aad7fdc70f7e74d6ed4d524e6f9286c
Jookia pushed a commit to Jookia/mbed-os that referenced this pull request Mar 11, 2023
* Add docs generation workflow

* remove extraneous backslash
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants