User Activity

Posted on February 12, 2015 at 11:51Hi, I'm having a problem that when calling HAL_UART_TRANSMIT_DMA() I require a delay between consecutive calls of the function for it to accept new data into the DMA. I've found adding a HAL_Delay between calls fi...
Posted on July 18, 2014 at 02:12I'm having an issue where, if I enable the DMA IRQ, my application gets stuck on one of the error check statements within the HAL_DMA_IRQHandler. I'm trying to run conversions on four ADC1 channels, each going into me...
Posted on July 18, 2014 at 01:52I'm trying to understand how the interrupt handlers works for the HAL UART module. I have the UART1 set with global interrupts using stm32cubeMX generated code, and am able to send and receive data into buffers.Using ...
Posted on July 16, 2014 at 12:22In the old standard drivers, you could use TIM_GetCounter(TIM2) and  TIM_SetCounter(TIM2, 0) to read or modify the timer counter values. Is there a similar thing within the HAL drivers? I can't seem to find any replac...
Posted on July 15, 2014 at 17:12I'm trying to understand how this function should be used on an F405 chip. The code that calls calloc is all generated from a simulink fuzzy controller model so I'm confident it's correct in terms of code.The program ...
Kudos from