#define PK GPIO_Pin_14
int main()
{
? SetSysClock( CLK_SOURCE_PLL_80MHz );
? GPIOB_ModeCfg( PK, GPIO_ModeIN_Floating );? ? //PK=1M
? while( 1 )
? {
? ? if(? GPIOB_ReadPortPin(? PK? )? ?)? GPIOB_SetBits(LED);
? ? else? GPIOB_ResetBits(LED);
? }
請(qǐng)問:如上圖顯示,PK輸入800K,有丟步現(xiàn)象,1.5M的話,丟步更厲害,不知如何用IO模擬4M高速采集端口數(shù)據(jù)?