2023年8月27日

摘要: 1-FPGA-USB3.0-FT601Q简单理论 前言USB3.0协议及引脚定义USB3.0 StandA、USB3.0 StandB、USB3.0 MicroB原理图对比PCB封装对比实物对比 FT601QFT601Q控制结构图米联客极简外围电路设计FT601Q控制引脚说明FIFO协议选择245F 阅读全文

posted @ 2023-08-27 15:54 Popeye-tt 阅读(410) 评论(0) 推荐(0)

摘要: main.c #include <stdio.h> #include "wm_hal.h" #include "rc522.h" int main(void) { SystemClock_Config(CPU_CLK_160M); printf("enter main\r\n"); HAL_Init 阅读全文

posted @ 2023-08-27 01:02 Popeye-tt 阅读(31) 评论(0) 推荐(0)

摘要: main.c #include <stdio.h> #include "wm_hal.h" #include "6050.h" short Accel[3]; short Gyro[3]; float Temp; int main(void) { SystemClock_Config(CPU_CLK 阅读全文

posted @ 2023-08-27 01:01 Popeye-tt 阅读(58) 评论(0) 推荐(0)

摘要: void Delay_Us(uint8_t freq,uint32_t time) { uint32_t i; uint16_t num = 90; switch(freq) { case 240: num = 80;break; case 160: num = 53;break; default: 阅读全文

posted @ 2023-08-27 01:00 Popeye-tt 阅读(33) 评论(0) 推荐(0)

摘要: main.c #include <stdio.h> #include "wm_hal.h" #include "bmp.h" #include "oled.h" int main(void) { SystemClock_Config(CPU_CLK_160M); printf("enter main 阅读全文

posted @ 2023-08-27 00:55 Popeye-tt 阅读(41) 评论(0) 推荐(0)

摘要: main.c #include <stdio.h> #include "wm_hal.h" #include "LED_bsp.h" void Error_Handler(void); int main(void) { SystemClock_Config(CPU_CLK_160M); HAL_In 阅读全文

posted @ 2023-08-27 00:54 Popeye-tt 阅读(22) 评论(0) 推荐(0)