User Activity

I want to trace ContextSwitchIn and ContextSwitchOut events. I defined two functions for this. #define traceTASK_SWITCHED_OUT() getTASK_SWITCHED_OUT_EVENT(pxCurrentTCB) #define traceTASK_SWITCHED_IN() getTASK_SWITCHED_IN_EVENT(pxCurrentTCB)I put the ...
Hi,I always take an error "EEPROM_ERROR_FLASH_PROGRAM" while I was trying to write some data on EEPROM.So, I debugged and realized It returned an error in verify stage.I give uint32 WriteBuffer[100] and It makes 400 bytes.In verify stage EEPROM drive...
Hi,In the osal.c line 389 "osalThreadGetMicroseconds" function uses "osalSysTime_ST2US" macro to convert ticks to microseconds.The macro uses osalsystime_t variable type that is 32-bit length. return ((uint32_t)((((osalsystime_t)ticks) * 1000000UL) /...
I tried to initialize test channels on SARADC_B (supervisor)./* Channels Configurations (DMA is not used)*/ static channelConfig _saradcconf_ch_configs[SPC5_SARADC_MAX_NUMOFCHANNELS] = { {SARADC_CHANNEL_TEST, 96U,SARADC_REFERENCE_DEFAULT, SARADC_PR...
Kudos from