I've been studying 28027's FLASH remote update recently, referring to the 2812's "TMS320F281x Boot ROM Serial Flash Programming" document. By comparison, I found that the CKFA programs of 28027 and 28...
I saw something good and I copied it here. If you are interested, you can play with it. [align=left][color=#000]This example downloads the GPIO TOGGLE in the control SUITEz to the RAM of 28027 through...
1. This chip is quite high-end. When I saw the price when I placed the order, my eyes flashed. It is indeed expensive. According to the description, this is chasing the limelight of electric vehicles,...
Using MSP-EXP430FR5739, a simple shake stick made using the POV principle was realized. The shake stick consists of 16 high-brightness LEDs, a mercury sensor, and a pull-up resistor. The IO port inter...
Has anyone done CC2530 serial sampling? I am having some problems now. After configuring ADC and DMA, I cannot collect the voltage value on the pin. Where might the problem be? If anyone has done this...
At present, in the world,
the construction of
smart cities
is in the process of gradually landing from concept, and technology giants and investment giants are important participants in this...[Details]
As cryptocurrency continues to gain popularity, a technology hidden behind it has attracted more attention from the world, that is the now hotly debated
blockchain
. Let's follow the embedd...[Details]
Mobile communication resale business means that enterprises can contract part of the communication network usage rights from basic telecommunications operators, repackage them into their own brands...[Details]
In mid-to-late 2016, a girl from Hubei came to Beijing alone, full of curiosity about
cloud computing
. The girl left the deepest impression on me was her lovely smile. She told me that if ...[Details]
1) ADC multi-channel acquisition: (Multi-channel acquisition must use scanning mode. In scanning mode, the channels of the rule group share a register, so DMA transmission must be used; to prevent da...[Details]
/*----------------------------------------------- Name: IIC protocol PCF8591 AD/DA conversion Content: Use DA input, digital tube display output digital quantity, LED display analog voltage size ...[Details]
Try to design a subroutine, whose function is to rearrange the 6 single-byte positive integers in the internal RAM pointed to by (R0) in ascending order. ;========================================== ...[Details]
The clock frequency of the 80C51 microcontroller is 12MHz, and the timer T1 and P1.0 are used to output rectangular pulses. The waveform only shows two segments: one segment is 100us and the other se...[Details]
//******************************************************************************/ #include msp430.h //Note: There must be a delay between two transmissions, otherwise it cannot be sent again, seria...[Details]
Recently, in the display industry,
quantum dot
display technology has become popular, and major manufacturers have flocked to it and started to produce
quantum dot
displays. However...[Details]
I read the description of I/O ports in the M16 manual, which says that you can use the internal pull-up resistor by setting DDXn=0, PORTn=1, PUD=0. Since this can be used, when using the key circuit,...[Details]
Convert a byte of binary to two hexadecimal ASCII codes main: mov a,@0x9f ; the binary number is 0x9f mov 0x30,a ; store binary number in 0x30 mov a,@0x02 mov 0x10,a ;0x10 stores the conversion numbe...[Details]
1) Understand how to use the M27c4001 ROM chip 2) Understand the programming method of SPCE061A I/O directly plugging into M27C4001. 1) A PC with Windows system and uμ抧SP? IDE simulation ...[Details]
It has been a long time since I updated my disassembly work. This time, I bring you the belated disassembly of the Honor V10 Premium Edition. Let's follow the mobile phone portable editor to learn...[Details]