爱上实验室,硬件例程更新(20230806)
今日增加2个例程:
stm32h743控制pmsm,使用vvvf启动、无感换向、编码器测速、速度环(位置环和foc暂未release)
cortex-m3为核心,ahb总线矩阵作为片内总线的mcu(长期更新)
目前学习例程的github网页链接(每个例程里面含说明):
fpga学习例程
https://github.com/afterGlow4ever/fpga_training
stm32h743控制bldc,使用hall传感器控制、速度环(位置环暂未release)
https://github.com/afterGlow4ever/bldc_hall
stm32h743控制bldc,使用vvvf启动、无感换向、速度环(位置环暂未release)
https://github.com/afterGlow4ever/bldc_sensorless
stm32h743使用lwip进行tcp和udp通信,包含baremetal和freertos两种环境
https://github.com/afterGlow4ever/stm32h7_lwip
stm32h743控制pmsm,使用vvvf启动、无感换向、编码器测速、速度环(位置环和foc暂未release)
https://github.com/afterGlow4ever/pmsm_encoder_foc
cortex-m3为核心,ahb总线矩阵作为片内总线的mcu(长期更新)
https://github.com/afterGlow4ever/cm3_ahbmtx_mcu
学习例程的群文件(每个例程里面含说明):
fpga_training.rar
bldc_hall.rar
bldc_sensorless.rar
stm32h7_lwip.rar
pmsm_encoder_foc.rar
cm3_ahbmtx_mcu.rar
下一步安排:
继续mcu最小系统的rtl实现,这是一个长期的方向。