1. In order to reduce the power consumption of CC2541, SensorTag needs to manually start "broadcasting". If no broadcast request is received within the specified time, the broadcasting will be stopped...
I wrote a WCE Application program in evc, and called the LoadLibrary function in the WinMain function to dynamically load a DLL. When debugging, LoadLibrary returned NULL, but the called DLL existed a...
[font=Verdana]Since UCOS-II and RTX use source code, their kernels use assembly and C after porting, which comply with ARM compilation rules. Therefore, they can be compiled and debugged using the Rea...
Recently, I need to run an FFT program on my ARM platform, and it needs to be very fast. Because it is a double-precision floating-point operation, my chip is S3C2440, which does not have a hard float...
When I read the program in the book, I have never seen any interrupt for ADC. In the AD sampling program, the interrupt for DMA0 is enabled, but the interrupt for ADC is not enabled. 1. What does the ...