User Activity

I'm using the STM32L475 processor with STM32CubeMX 6.11.1.I have configured ADC1 to read two channels, an external input and the internal temperature - see configuration image in CubeMX. The code to drive the adc reading is simple:int16_t Channel;voi...
Hi All! Using STM32CubeMx 6.11.1, and the STM 32L475 processor, I have successfully configured UART 5 to use DMA with interrupts on TX and just interrupts (no DMA) on receive. But whatever I do, STM32Cube seems to generate these lines: /* UART5 inter...
Hi All!I hope this is not too much of a dumb question, but does the M24SR64-Y NFC IC (on the b-l475e-iot01a evaluation board) support peer-to-peer NFC comms.?If it does, is there any library code to assist in this? The code in en.stm32cubel4_v1-18-0 ...