Ask questions, find answers, and share insights on STM32 products and their technical features.
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...
I am tried to send a simple message over CAN, but I got the broken Frame when transmitting, I capture it on a Logic Analyzer(Pic Below), it seems that it is Transmitting but not Correctly.Did I did somting wrong or Did I miss Someting?And here is my ...
I know when we press the reset in keil or when reset happens the PC should start at 0x000...ideally in my projects and flash is remapped to the start address.But for me when I press reset it is going somwhere to 0x1ffff some stupid thing.And I'm unab...