[color=#222222][size=13.63636302947998px] I bought a brand new Galileo development board some time ago, but since I don’t have time to develop projects, I’m selling it at a special price now. It’s bra...
I cross-compiled a Linux kernel according to the online tutorial, but it didn't run on arm2440 after being downloaded. The displayed output information is: Read chip id = ec76 Nand flash status = c0, ...
[i=s]This post was last edited by paulhyde on 2014-9-15 03:44[/i] Sometimes when you need a subroutine that requires precise delay, it is difficult to control it using C language. In this case, you ca...
Because I want to write a program about SATA I/O, I have been browsing www.t13.org these days. However, after reading ATA-1, I did not find the correspondence between command registers and ports (1f0-...
This is the function for initializing uart in the whole program. After changing FR5969 to F5529 in IAR, there will be three errors: 1: P2SEL1 |= BIT0 | BIT1; 2: P2SEL0 &= ~(BIT | BIT1); 3: UCAOMCTLW= ...