Ask questions, find answers, and share insights on STM32 products and their technical features.
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(); /...
Hello guys, First i would like to thank you about your products and all the knowledge you share from your rich experience with us, really appreciate and helpful.I am using STM32L412RBPT evaluation board.This MCU has only 1 bank in the nvm of 128KByte...
Recently we have received STM32F103RBT6/T7 samples which could not be flashed using internal bootloader. We have checked working devices and under 0x1FFF F000 they have readable bootloader firmware code. Problematic samples have FF bytes in the same ...
Hi,I am working on STM32F777 MCU LQFP 176 Package.I need to confirm if i can use FMC interface with my EtherCAT chip FIDO5200 that uses 16-bit data lines and 4-address lines.Also I need to interface SRAM (parallel bus)that has 8-bit data and address...
I have a specific requirement to capture input PWM analog signal using Timers.The timer should capture both period and duty cycle of the input signal for one pulse, then stop the capture automatically.The application can read the capture compare regi...