User Activity

I am initialising the ADC2 w/DMA via STM32CubeMX. Scan conv. = enabledcontinuous conv. = enabledDMA cont. requests = enabledoverrun behaviour = data preservednumber of conversions = 2 (channel 1 and channel 2)sequence of program (specific to DMA):1 -...
I am using SMT32G4 nucleo board. I have generated the code from STMCUBEMX and initialised the CAN-FD module for 1mbps data rate. Then i copied the TxHeader initialisation from the examples for the EVAL board. The example was written for 16byte datale...