Ask questions, find answers, and share insights on STM32 products and their technical features.
Im using the ADC of an STM32F031K6 without using HAL. As im using discontinuous mode, I need to check the EOC bit to see if each conversion has finished, if yes store the data and start the next conversion. How do I write an 'if' statement that will ...
It lists DAC, COMP, UCPD and CEC as available features, however the corresponding chapters don't exists in the same manual. Also it conflicts with the information on the website.I have found many bugs in the documentation for stm32g0 series. Is this ...
Hi,I've been trying to get my CAN FD configuration going, but I'm running into issue when I need to reconfigure the timing parameters for different bandwidth.My original code, generated partly by CubeMX looks like this: hfdcan1.Instance = FDCAN1; ...
Hi,I have customized STM32FO board in which sensors are attached and i need to read the data through SPI communication and i need to log the data in termite application. we have swd pins to program the controller.I have flashed the program successf...
I have got error like this can you please let me know how to resolve this error.make: *** No rule to make target '../Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_spi.c', needed by 'Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_spi.o'. Stop.
I am trying to establish an SPI connection using the Nucleo-F030R8 board but there's no signal coming out. How do you start the connection?I did the configurations using STM32CUBE MX software and code it using TrueStudio. Is there any line of code ap...
Hi,I posted a question on StackExchange about this topic:https://electronics.stackexchange.com/questions/508828/which-microcontroller-for-a-program-with-many-floating-point-operationsMy STM32F4 (running on 100Mhz) is somehow faster than my STM32F7 (r...
Hi I'm currentlz working on STM32G071RB nucleo board to measure five different voltages across a laser within the ON duration of the Laser i.e 20us using DMA. My ADC finishes conversion every 17us(checked using LED in the ADCconcmplt callback). When...
There are two STM32MCU in my application board, I need debug two MCU at the same time, my tool is TrueStudio. Is it possible to debug two MCU in one PC?