hubmartin / WS2812B_STM32F3

WS2812 DMA library with low RAM needs. Up to 16 paralel outputs and thousands of LEDs on each of them
MIT License
60 stars 15 forks source link

Convert To Cmsis #2

Closed mahmoud2802 closed 6 years ago

mahmoud2802 commented 7 years ago

Hello . I use STM32F10x. How can i convert your project To use CMSIS ? please help me

hubmartin commented 7 years ago

Hi. Did you mean converting to Standard Peripheral Library or porting to use just the registers? Because the Cmsis is already used for calling nvic and systick configuration. I can give you basic hints if you'll specify your question.

mahmoud2802 commented 7 years ago

Hi i mean converting to Standard Peripheral Library. for example : HAL_GPIO_Init(WS2812B_PORT, &GPIO_InitStruct);=GPIO_Init(WS2812B_PORT, &GPIO_InitStructure); i don't want use HAL library.