OS_Flags available for MOD5213?
Posted: Sat Mar 13, 2010 6:09 pm
I've successfully used OS_Flag-related code on my MOD5234 platform, but it won't link for MOD5213.
The uCos Library pdf says that you can't use networked stuff for the MOD5213, which I can understand. But it doesn't say anything about flags (which don't seem to be network related) not being available on MOD5213, but they are not in the include_nn/ucos.h, only the include/ucos.h. Is this a case of the documentation leading me astray, or is there some way to use flags on the MOD5213? I can probably do what I want (restrict access to the I2C driver) with semaphores, but I have it working nicely with flags on the MOD5234.
Sam
The uCos Library pdf says that you can't use networked stuff for the MOD5213, which I can understand. But it doesn't say anything about flags (which don't seem to be network related) not being available on MOD5213, but they are not in the include_nn/ucos.h, only the include/ucos.h. Is this a case of the documentation leading me astray, or is there some way to use flags on the MOD5213? I can probably do what I want (restrict access to the I2C driver) with semaphores, but I have it working nicely with flags on the MOD5234.
Sam