User Activity

Posted on January 19, 2016 at 19:10I ran my project settings through the CubeMX program to see if there would be any difference in the settings CubeMX makes. I made one observation that seemed worth mentioning. The systick IRQ priority is set twice:...
Posted on October 21, 2015 at 18:36I tested the HAL function inside of main using something like this:  uint8_t Heading[]=''\n\r Send some text\n\r'';  if(HAL_UART_Transmit(&UartHandle, (uint8_t *)Heading, sizeof Heading -1, 0xFFFF) != HAL_OK) {    ...
Posted on October 12, 2015 at 23:51I have an Discovery board. It has the provision to pass the UART of the target through the on-board ST-Link. I have searched the literature on the board and the manuals. I havent been able to find how this works. I...
Posted on August 19, 2015 at 21:12It is becoming annoying that since ST's inception of a Cortex implementation there have been Standard Peripheral libraries that simply are not standards to rely on.I thought that switching to the HAL libraries would...