I've got a weird situation.We've got a CAN bus going between our controller and a CAT ECU with a couple of PCs watching the conversation going by at about 80 messages per second and we can get a couple of million packets with zero errors. (That's not...
HiI am following the AN4666 document to receive parallel gpio data, with on clock input.this is the code I wrote : I was expecting to receive gpio data and save to memory by triggering the DMA at every rising edge my issue is that the timer (input ca...
I am using triple simultaneuos conversion ADC (2 conversions for each) with DMA (circular):static void MX_ADC1_Init(void) { ADC_MultiModeTypeDef multimode = {0}; ADC_ChannelConfTypeDef sConfig = {0}; /** Configure the global features of the A...
Marking doesnt match with Data sheet, so is it fake or marking has been changed?
hi i have a problem with my uart program the thing is i have to determine the buffer size of the rx i'll call it rx_buff now i have multiple reception well different messages sizes some times 50bytes some times 2bytes but the problem is that when sen...
Dear Reader,In this project we’re required to output a DAC signal (to begin with a sine-wave would suffice in terms of proving the code) on PA4 of our STM32H743 micro using DMA.I’ve done some evaluation and testing based on STM’s sample project NUCLE...