User Activity

I'm getting a timeout error when trying to configure a G031 to convert 8 channels. Any ideas what could be causing this? Here is the code: /* USER CODE BEGIN Header */ /** ***************************************************************************...
I'm running into something very odd and wondering if anyone has any insight! I'm developing an audio project, and have implemented double buffering using HAL_DAC_ConvCpltCallbackCh1 and HAL_DAC_ConvHalfCpltCallbackCh1. I started developing this on an...
Howdy, I'm ending up in the hard fault handler on any attempt at page erase. Using the function from stm32g0xx_hal_flash_ex.cvoid FLASH_PageErase(uint32_t Banks, uint32_t Page) { volatile uint32_t tmp;   /* Check the parameters */ assert_param(...
Howdythis line: hadc->Instance->CR |= ADC_CR_ADSTART;at the end of: HAL_ADC_Start_DMA(ADC_HandleTypeDef* hadc, uint32_t* pData, uint32_t Length);is causing a crash / reset. I've used HAL for this set up quite a few times with no problems, but this ti...
I'd like to run the dashboard on my iphone. I'm able to run it in Chrome on my mac with no problems, but am missing something about how to get this to work on my phone. Any help is appreciated!