I use the following code to make a pop-up menu under EVC: CPoint point; point.x=50; point.y=100; CMenu menu; menu->LoadMenu(IDR_MENU1); CMenu *pPopMenu = menu->GetSubMenu( 0); pPopMenu->TrackPopupMenu...
What does it mean when the port latch is set to 1? How should I understand this sentence? It would be better if there is a picture to illustrate it....
I imitated the seed EVM642 and used tps54310 as the power supply of 642. When it is unloaded, the power supply output is normal 1.39v and 3.26v. But when the load is connected, the 1.39v output is nor...
[Routine Introduction]: Use the MC430F14 development board to implement the ADC12 module for data acquisition, and then display the measured values on the LCD12232 module after conversion. During the ...