User Activity

I'm trying to get an RTC timestamp from an external event down to the us. My plan is to output the 1Hz calibration from the RTC and externally tie that to TIM8-CH1 as an input capture (reset-on-capture). The external event would route to the RTC time...
STM32L010C6TxSTM32CubeMX V 5.4.0FW_L0 V1.11.2When creating a new project that used the ADC with the DMA and some unrelated peripherals, cubeMX will generate the following initialization list in main: /* Initialize all configured peripherals */ MX_...
I've got an application where I'm performing an ADC DMA transfer where the ADC conversions are triggered by the TIM2 TRGO. Everything was running smoothly until a PCB respin forced me to switch over to TIM21 to trigger the conversion. I didn't see a ...
As I understand it, NXP's NTAG family (NTAG 210u, NTAG 21x) are fully compliant NFC Forum Type 2 and ISO/IEC14443 Type A devices, and as such, they should work with the CR95HF. However, these tags have additional features, like an originality signat...
I'm developing a bootloader for an STM32L0 MCU that will jump to one of two or more application partitions in flash. I'm using IAR 8.22.2.To make the application binaries position-independent, I've compiled them with the -ropi option. I've also modif...
Kudos from