I found the source code of a flash player, flash5, and ported it to run on the wince6 platform. There are images, but no sound. I found FlashSoundInit(flashHandle, "/dev/dsp"); Because there is no dsp...
The following code implements the capture of falling edge interrupts with PB0, and then counts Pulse_N in the interrupt routine. However, I found during debugging that it cannot enter the interrupt fu...
Here are the puzzles about ufun serial port 1: This is my program source code #include
#include "sys.h" #include
#include
#include "my_uart.h" #include "delay.h" // void RCC_Config(void) { ErrorStatus...
Source code: The CD-ROM of this book provides complete Verilog HDL program codes for the examples from Chapter 15 to Chapter 23. For easy reference, each chapter example is filed in the corresponding ...