LPCXpresso55S69

-
Core
Cortex-M33
-
Device
LPC55S69JBD100 -
CMSIS Pack
LPCXpresso55S69_BSP
-
freertos_sem_cm33_core0
µVision AC6This document explains the freertos_sem example, what to expect when running it and a briefintroduction to the API. The freertos_sem example code shows how semaphores works. Two differenttasks are synchronized in bilateral rendezvous model.The example uses four tasks. One producer_task and three consumer_tasks. The producer_task starts bycreating of two semaphores (xSemaphore_producer and xSemaphore_consumer). These semaphores controlaccess to virtual item. The synchronization is based on bilateral rendezvous pattern. Both ofconsumer and producer must be prepared to enable transaction.
Download Pack -
freertos_swtimer_cm33_core0
Keil Studio AC6, GCC, IARThis document explains the freertos_swtimer example. It shows usage of software timer and itscallback.The example application creates one software timer SwTimer. The timer's callback SwTimerCallback isperiodically...See more details in readme document.
Download Pack -
freertos_swtimer_cm33_core0
µVision AC6This document explains the freertos_swtimer example. It shows usage of software timer and itscallback.The example application creates one software timer SwTimer. The timer's callback SwTimerCallback isperiodically...See more details in readme document.
Download Pack -
freertos_swtimer_cm33_core0
Keil Studio AC6, GCC, IARThis document explains the freertos_swtimer example. It shows usage of software timer and itscallback.The example application creates one software timer SwTimer. The timer's callback SwTimerCallback isperiodically executed and text "Tick." is printed to terminal.
Download Pack -
freertos_swtimer_cm33_core0
µVision AC6This document explains the freertos_swtimer example. It shows usage of software timer and itscallback.The example application creates one software timer SwTimer. The timer's callback SwTimerCallback isperiodically executed and text "Tick." is printed to terminal.
Download Pack -
freertos_tickless_cm33_core0
µVision AC6This document explains the freertos_tickless example. It shows the CPU enter at sleep mode and then it is waked up by expired time delay that using timer module.
Download Pack -
freertos_tickless_cm33_core0
Keil Studio AC6, GCC, IARThis document explains the freertos_tickless example. It shows the CPU enter at sleep mode and then it is waked up by expired time delay that using timer module.
Download Pack -
freertos_tickless_cm33_core0
µVision AC6This document explains the freertos_tickless example. It shows the CPU enter at sleep mode and then it is waked up by expired time delay that using timer module.
Download Pack -
freertos_tickless_cm33_core0
Keil Studio AC6, GCC, IARThis document explains the freertos_tickless example. It shows the CPU enter at sleep mode and then it is waked up by expired time delay that using timer module.
Download Pack -
gint
µVision AC6This example shows how to use SDK drivers to use the Group GPIO input interrupt peripheral.
Download Pack