I burned nboot into BL0 of FLASH, and then burned EBOOT into BL2, and then downloaded NK.BIN into FLASH through EBOOT. Question 1: So where is the NK.BIN downloaded into FLASH by EBOOT? Is the code in...
I'm using 28035 for SCI communication recently. After downloading to flash, it works fine when connected to the emulator, but when the emulator is removed, a certain bit error rate occurs.I have seen ...
I read Xia Yuwen's book and learned the design of EEPROM controller. I don't understand the code in the book very well. I want relevant information. The more detailed the better....
[size=4]1. The timer uses two modes: query and interrupt. Most logic chips have the ability to output 0 more than the ability to output 1. [/size] [size=4] [/size] [size=4](1) Query mode: TMSEL determ...
The GSM module I use is EM310. Now the hardware circuit is not out yet, the company asked me to write the design first. I want to know, if I send the command step one: (AT%ETCPIP="dtu", "123"), regist...
The UPNET2410-S keyboard of the Broadcom platform is controlled by MEGA8, and MEGA8 is connected to the IIC bus. [code] #define I2COWNER_ADDRESS (0x10>>1) #define MEGA8_I2CADDRESS (0x60) #define CMD_C...