Posted on September 15, 2016 at 23:01The original post was too long to process during our migration. Please click on the attachment to read the original post.
Posted on September 20, 2016 at 17:34FWIW: The solution was to rename ADC_IRQHandler() to ADC1_IRQHandler(). The majority of online examples I've seen use the former. Also, the STM32CubeMX tool code generator for the ADC does not seem to allow for t...
Posted on September 19, 2016 at 16:12So far, the code examples I have found in cube, or online are of little to no help although I am following them faithfully while also following UM1786 Since I am on a short development schedule, I will probably m...
Posted on September 16, 2016 at 22:44 BTW, the following lines should be ignored. I should have commented out __HAL_ADC_ENABLE_IT() before posting. These lines were from somethin I found online that didn't make a difference anyway.// __HAL_ADC_ENAB...
Posted on September 16, 2016 at 20:45 Another update: When I single-step into HAL-NVIC_EnableIRQ() and HAL_ADC_StartIT() until my program breaks, wind up in the default handler / infinite loop inside of startup_stm32f302x8.s Not sure why I'm getting...