-
Notifications
You must be signed in to change notification settings - Fork 270
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
porting TI TM4C123 #163
Comments
Hi,
You can init the stack zone during task init, with the
(see |
yes, it's in my implementation and still have this error
#else
#if NUMBER_OF_CORES > 1
}
|
It doesn't seem like a question :/ |
I don't know how to resolve such a bug |
Hello. If you get
|
Hi, |
Yes goil template files are updated with |
It seems that time_obj does not refer to a correct memory location. Valid RAM is most of the time 0x20xxxxxx, but pointers are in 0x0100xxxx… Maybe you have to track the time objs? and that the double linked list is correct. |
I'm porting trampoline os to tiva c target "tm4c123gh6pm", have written required files for porting and now debugging, processor goes into hard fault after this assembly line which could be found in tpl_invoque.s in line 108:
after branching from this assembly line which could be found in tpl_sc_handler.s in line 286:
/*-------------------------------------------------------------------------
* 21 - Return from the SVC
*/
bx lr
any information to help?
The text was updated successfully, but these errors were encountered: