Ask questions, find answers, and share insights on STM32 products and their technical features.
I can send and receive packets in run mode, but I never get a RX DMA interrupt when in sleep mode. I do not have any interrupts enabled in the USART hardware, and do have DMAR and DMAT enabled. Any ideas on what might be missing?Thank you.
/* This is the function that initializes the SPIRIT with the configuration that the user has exported using the GUI */ void SpiritBaseConfiguration(void) { uint8_t tmp[7]; /* Be sure that the registers config is default */ SpiritSpiCommandSt...
Hello,I am using an STM32F072 Nucleo board. I use the STLink USB-to-UART bridge to communicate with the MCU.From time to time, the STLink UART on the PC gives a write timeout. I cannot reproduce this readily, it does not happen often.The COM-port sti...
Hi I'm using STM32cubeIDE and I use two DMA channels,DMA1_Channel1 is for ADC1 and DAM1_Channel5 is for USART1_rx.USART1 is using for RS485 communication. HAL_ADC_Start_DMA(&hadc1, &adcVal[0], 8); HAL_UART_Receive_DMA(&huart1, &rxBuffer[0], DMA_RX_BU...
Hi allI am struggling to get the I2C up and running. I set the clocks and initialisation up in CubeMX (latest version) and when debugging the code I keep getting the pclk1 variable coming back with 1000000 which is below the limit so I get a HAL_ERR...
Dear community,I use a NUCLEO-H743ZI with the STM32CubeIDE 1.4.2. Here ist my question:When the NUCLEO is connected to the PC a pop-up window opens. I think that this memory can bei used to store data by the NUCLEO. Therefore e.g. a .txt file could ...
I don't use Interrupt and STM32CUBEIDE HAL LIBRARY 1. SEND ENTER QUAD IO MODE COMMAND(0x35) -> 2. SEND WRITE ENHANCED VOLATILE RESISTER COMMAND(0x65)-> 3. Transmit data 0x7f (This register MSB bit set LOW) because ENABLE QUAD MODE-> 4. SEND WIRTE ENA...
Page 1050: Change "Refer to HRTIM_ADC1R bits description." to: "Refer to HRTIM_ADC3R bits description."Page 1051: Change "Refer to HRTIM_ADC2R bits description."to: "Refer to HRTIM_ADC4R bits description."
I am new in CAN implementation...I want to design a CAN node using STM32F072RBT6...And am planning to use MCP2551 CAN transceiver interface with STM32F072RB with CAN Rx/Tx line...Will it work proper???STM32F072RB - works on 3.3VdcMCP2551 - works on 5...