Giancarlo
- Total activity 10
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 3
Activity overview
Latest activity by Giancarlo-
Giancarlo created a post,
LPC11x CortexM0 - optional PRIMASK emulation for low IRQ latency
Dear community, this revision of the port is a follow up on the current version available in the latest posts. It is based on the Keil toolchain, but should be rather easy to port to LPCXpresso syn...
-
Giancarlo commented,
Hi Jim, good to know that you could further test the port, and it seems working. Note there is another project with the most recent version of it on the site (for rtos 7.0.1) Dave, I guess you re...
-
Giancarlo commented,
attached.
-
Giancarlo commented,
Modified port file to exclude ::"i"(configMAX_SYSCALL_INTERRUPT_PRIORITY) from xPortPendSVHandler (not used)
-
Giancarlo commented,
Hi Mike, secondly the end of xPortPendSVHandler is the line '::"i"(configMAX_SYSCALL_INTERRUPT_PRIORITY)' which I simply don't understand. Any help would be gratefully received. this was used to p...
-
Giancarlo created a post,
LPC11xx Cortex-M0 FreeRTOS v7.0.1 using LPCXPresso
Hi all, the attached example shows two tasks blinking the LPCXpresso led via message queues. The relevant port.c / portmacro.h files are included within the library project, based on FreeRTOS 7.0....
-
Giancarlo commented,
Hi All, I would like to add a comment on this last port contributed. Within the port.c file, I noticed that the code still uses code like: " mov r0, #0 \n"" msr basepri, r0 \n" if ...