CAN bootloader for STM32G474
Hello,I want to program STM32G47xx using CAN bootloader. can anyone help me to get it solved? R
Ask questions, find answers, and share insights on STM32 products and their technical features.
Hello,I want to program STM32G47xx using CAN bootloader. can anyone help me to get it solved? R
Hello Team,I am using the STM32F469NIH6 to implement a timer triggered DMA and I need some clarity on a few points here-I see that that there are three possible requests possible for a timer triggered DMA. I understand that the TIM8_UP is to trigger ...
I have designed my own PCB and I have the problem that while the code uploads successfully, it doesn't run.I have checked NRST and BOOT0 and both should not be the problem. I have found a similar issue where the chip didn't get a clock signal and the...
Hi Everyone.As mentioned in the subject I have 2 Nucleo F767zit. where i configured one board as Host(CDC) and another as Device(CDC). I referred MOOC USB training(https://www.youtube.com/playlist?list=PLnMKNibPkDnFFRBVD206EfnnHhQZI4Hxa), configured ...
So, which is correct and which is wrong?The same is in RM313 for 'F37x.Would those who wrote/modified AN4232 pay more attention to checking the facts through actually writing test cases, rather than applying the "modern feel and look", this must have...
Hello,I use STM32H750XBH6, DataSheet 'Absolute maximum ratings' say that 'Output current sunk by Px_C pins' is 1mAWhat does Px C mean? Does it mean all the pins of GPIOC?Or something else? Thanks!
Hi, I am using STM32F407 board to communicate with a serial device. I have been using HAL_UART_Transmit() to send the data and using HAL_UART_Receive_DMA() to receive the data. Part of the code is shown below. After every receive command I am suppose...
I am currently trying to get an SD card working with SPI on an STM32L4R5ZI Nucleo board, using STM32CubeIDE V1.13.2 using the latest L4 embedded package. I currently have my code opening the card and even opening the file (I receive FR_OK for both, e...
While setting up input capture for the stm32h743 using the IOC. On timer 2 channel 4, I have pin conflicts, but the IOC gave me the option to use "input capture direct mode from remap". I can not find a description of what remap means.
We are using STM32H743IIK6 microcontroller. When using analog pins(ANA) to receive analog input signals, will their be interference effect if the two pins are next to each other?