2014-11-24 04:16 PM
Hi All,
I'm just starting up on development for STM32 Cortex M0 and M4, trying to use the CubeMX with MDK ARM to develop a simple communication protocol over rs485.However I could not find confirmations for my questions:- should I use the HAL SDK?- why my workbench does not support calls like:USART_SendData(USART2, 'X');
- where can I find detailed docs on the HAL SDK? (e.g. I still could not figure out the unit for the timeout parameter in the call HAL_UART_Receive - is that millis?)Any recommendations welcome!Thank you,Balas #hal #nucleo #usart #rs4852015-01-13 05:14 AM
Hi Balas,
Please find below answers to your questions:- should I use the HAL SDK?
- why my workbench does not support calls like:
USART_SendData(USART2, 'X');
- where can I find detailed docs on the HAL SDK? (e.g. I still could not figure out the unit for the timeout parameter in the call HAL_UART_Receive - is that millis?)
Regards,
Heisenberg.