Location:
Search - stm32-h uart
Search list
Description: 這是以STM32為基礎的程式碼,可以克服周邊原件與電腦UART傳輸上的困難,這通訊協定可以稍做改變及可用在其他系統上。-This is based STM32 code around the original and the computer can overcome the difficulties of UART transmission, this protocol can be slightly changed and used in other systems.
Platform: |
Size: 2406400 |
Author: 吳柏毅 |
Hits:
Description: STM32双极性步进电机驱动的源代码,完整的功能,库文件。
KEIL下运行-Main function:
HAL generic update
Fix flag clear procedure: use atomic write operation = instead of ready-modify-write operation |= or &=
Fix on Timeout management, Timeout value set to 0 passed to API automatically exits the function after checking the flag without any wait
Common update for the following communication peripherals: SPI, UART, USART and IRDA
Add DMA circular mode support
Remove lock recursive process
Add new macro __HAL_RESET_HANDLE_STATE to reset a given handle state
When USE_RTOS == 1 (in stm32l0xx_hal_conf.h), the __HAL_LOCK() is not defined instead of being defined empty
Use “__IO const” instead of “__I”, to avoid any compilation issue when __cplusplus switch is defined
Add new functions for the DBGMCU module
HAL_EnableDBGSleepMode()
HAL_DisableDBGSleepMode()
HAL_EnableDBGStopMode()
HAL_DisableDBGStopMode()
HAL_EnableDBGStandbyMode()
HAL_DisableDBGStandbyMode()
Miscellaneous comments update
Platform: |
Size: 4984832 |
Author: 张海蓝 |
Hits: