Posted on April 20, 2015 at 20:36
I am currently have intermittent issue where I am getting stuck in ''void USB_HP_CAN_TX_IRQHandler(void)'', Everything works well from minutes to hours then I notice my CAN traffic stops, currently I TX one mess...
Posted on December 18, 2014 at 23:46 The original post was too long to process during our migration. Please click on the attachment to read the original post.
Posted on September 30, 2014 at 23:20
I am trying to get the ADC working on a STM32F302 processor and I am noticing while single stepping the code is when I call�? HAL_StatusTypeDef HAL_ADC_Start(ADC_HandleTypeDef* hadc)�? and exercise the code t...
Posted on September 25, 2014 at 20:04 The original post was too long to process during our migration. Please click on the attachment to read the original post.
Posted on September 19, 2014 at 22:27
I would like create a variable that contains port and pin information, so I can use the high level name to perform all reads and writes.
I am looking for help with the syntax to create a:
Structure for...
Posted on December 19, 2014 at 18:20I don't understand it, but I am working. If I change any setting in the code generation tab everything works. After finding this, I realized my problem started when I deselected ''One ELF Section per Function''....
Posted on December 19, 2014 at 17:40I did some more testing. I had a version of my project saved off from last week that worked as expected. Today I used beyond compare and made both projects identical, so now I have 2 project with identical C and...
Posted on October 02, 2014 at 20:25Figures, I have this working on a STM32F0, STM32F1. Thought for this project I could save time and use the STM32CubeMx and the new libraries. What could be easier.I'll start over and copy my code from my other pr...
Posted on October 02, 2014 at 19:32
So I missing something in the example. It sets up the DMA, and calls the ADC start to start a conversion, then polls for results of the conversion. But the polling routine always returns an error because EOC i...
Posted on October 02, 2014 at 17:39
HiHeisenberg
I was wrong. I wrote some test code and captured the ADSTART and EOC being set and cleared very quickly.
So with that information I now am trying to understand the EOC.
My code is b...