User Activity

Posted on August 16, 2016 at 17:06I'm converting a bunch of ADC channels, and the ADC is setup to sequence through them.I'm polling the results.How do I determine which channel was just converted?I can't find any calls into the HAL or any registers ...
Posted on August 03, 2016 at 18:29Calls to the HAL_CRC_Calculate are causing hard faults.When I step through I found out why:  switch (hcrc->InputDataFormat)  {    case CRC_INPUTDATA_FORMAT_WORDS:        /* Enter 32-bit input data to the CRC calcula...
Posted on July 25, 2016 at 22:02We have spent weeks getting the CubeMX setup just right, and have decided that we need a processor that has more memory. I really don't want to start from scratch, the processor is almost identical except that it has ...
Posted on July 11, 2016 at 20:28I've programmed several I2C applications, but never as the slave.Using an STM32F031 Nucleo-32 board, connected to a Linux system with other I2C devices.I would post code examples, but at this point the only code that ...
Posted on May 20, 2016 at 23:00I'm using the wakeup interrupt from the RTC, but I don't want it active until certain conditions are present.But I have no choice, either I disable it in Cube and get no stubs for interrupts and no definition, or I ena...
Kudos from