[i=s]This post was last edited by wo4fisher on 2015-11-11 15:02[/i] I received a job application from a company that makes supercapacitor batteries and peripheral products. Does anyone know about this...
Two different drivers both include the same gpio.lib, which divides gpio into four groups and defines four mutex object handles as follows. static HANDLE hMutex[4]; static const TCHAR *OEM_MUTEX_GPIO[...
I haven’t written anything for a long time. From the end of last year to now, I have basically only been doing two things: working on WINCE and looking for a new job.
Forum friends who are familiar wi...
This method is actually very simple. Here is an example. First, write the module in HDL, for example:module my_comp(input [3:0] i1, input [3:0] i2, output [3:0] o1 ); assign o1 = (i1i2)? i1: i2; endmo...
When using RVCT to compile and link, many warnings appeared, """ Warning: L6307W: .text(workerDefault.o) contains branch to unaligned destination. """ I looked in the RVCT documentation, but didn't se...