SK-16FX-48PMC Fujitsu, SK-16FX-48PMC Datasheet - Page 55

no-image

SK-16FX-48PMC

Manufacturer Part Number
SK-16FX-48PMC
Description
KIT, EVALUATION, FOR MB96310 SERIES
Manufacturer
Fujitsu
Datasheet

Specifications of SK-16FX-48PMC

Silicon Manufacturer
Fujitsu
Core Architecture
16FX
Silicon Core Number
MB96F315RSA
Silicon Family Name
MB96310
Kit Contents
Evaluation Board, USB Cable, RS232 Cable, Mini CD
Features
UART
Lead Free Status / RoHS Status
Contains lead / RoHS non-compliant
Fujitsu Microelectronics Europe - http://emea.fujitsu.com/microelectronics
FreeRTOS
void vTask1( void * pvParameters )
{
}
/***********************************************/
void vTask2( void * pvParameters )
{
}
for( ;; )
{
}
for( ;; )
{
}
What happens when two tasks attempt to access the same
resource?
/* Need access, get semaphore. */
xSemaphoreTake( xSemaphore, BLOCK_FOREVER );
vLCDWrite( “Hello” );
/* Must remember to return semaphore. */
vSemaphoreGive( xSemaphore );
xSemaphoreTake( xSemaphore, BLOCK_FOREVER );
vLCDWrite( “World” );
vSemaphoreGive( xSemaphore );
TM
/* Access resource */
/* Access resource */
- Mutexes
All Rights Reserved.© Fujitsu Limited 2009
55

Related parts for SK-16FX-48PMC