
Israel Lot
- Total activity 11
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 2
Activity overview
Latest activity by Israel Lot-
Israel Lot commented,
Would it be possible to allocate the heap on EDS memory space?
-
Israel Lot commented,
Ok, now I have a silly and weird problem... I've narrowed down where the application is hanging. On queue.c, inside prvUnlockQueue there a routine it goes on loop because the expression inside whi...
-
Israel Lot commented,
Thank you again Mike, you are being very helpful. Now that you mentioned large arrays, is there any concern creating arrays larger than 256 bytes? What should one be aware of when creating a char b...
-
Israel Lot commented,
Yes Mike, That's the only place that configMAX_API_CALL_INTERRUPT_PRIORITY appears. Now I have another question. Do I need to write a linker script? Currently I have none in my project, but I had ...
-
Israel Lot commented,
On your port, on portSAVE_CONTEXTstart you set SR to configKERNEL_INTERRUPT_PRIORITY and then in portRESTORE_CONTEXTend you set it to configMAX_API_CALL_INTERRUPT_PRIORITY. So to close the matter ...
-
Israel Lot commented,
Thanks mike, I'm actually facing a problem very much like this one http://www.freertos.org/FreeRTOS_Support_Forum_Archive/January_2012/freertos_Yield_from_ISR_and_Tick_Interrupt_Collision_4984768.h...
-
Israel Lot commented,
So should I enable or disable HW interrupt nesting ( NSTDIS bit ) ?
-
Israel Lot commented,
@Daimonion My heap size is 5120 already. I'm also facing problems trying to set the clock with external crystal. Do you have by chance a working project for the dspic33e? I'm new to freertos, that...
-
Israel Lot commented,
I'm trying it on a dsPIC33EP512GP806. There's something weird going on, after some seconds the pic will crash and restart. On debug session there's nothing indicated, just that the session is halt...