Ask questions, find answers, and share insights on STM32 products and their technical features.
I am a beginner and an example code on how to start using my steval smartag for writing and reading sensor data would be helpful
Hi, We currently have a project where we use STM32F767NIH6, customer is concerned that the part is not available with long lead times. When do you see the supply issue returning to normality? There has been no news or statements made by ST on the iss...
Hello, I try to use a nucleo to acquire a signal at 500KHz but I can't.I already use this code to acquire a 30KHz signal with DMA a 1MHz sampling and it's OK.now I try to with a wampling at 1MHZ, 10MHz, the acquire signal isn't the good one. Value fl...
Hi, I configured FDCAN1 in classic format and was able to send CAN messages to a recipient. However, if I want to try the same with FDCAN2 it does not work and the TX FIFO gets full and goes to the error handler. However, If I change FDCAN_Config to ...
Hello,When trying to do a debug session onto these different STM32H7 devices:STM32H743IIT6 / STM32H753IIT6STM32H7A3IGT6we are receiving the errorwith the following console statements:SEGGER J-Link GDB Server V7.62a Command Line Version JLinkARM.dll...
Cortex-M0 programming manual have several instructions like this:You can use the LSR ...When the instruction is LSRS, the carry flag is updated ...But I believe that on Cortex-M0, there is no optional 'S' appended to instructions to update flags. Ins...
Hi,I'm not able to find any example on STM32CubeIDE about ADC 16-bit oversampling. Could someone from ST provide this for the STM32G0 MCUs?thanks in advance,gaston
One of the variint main(void){ /* USER CODE BEGIN 1 */ /* USER CODE END 1 */ /* MCU Configuration--------------------------------------------------------*/ /* Reset of all peripherals, Initializes the Flash interface and the Systick. */ HAL_Init(); /...