Configure FD-CAN in classic CAN 2.0
Hi I m aware FDCAN can be configured to work in class CAN 2.0 mode, could anyone advise how to configure this in the ioc? i.e. frame formate, mode , Time seg .... etc Thx
Ask questions, find answers, and share insights on STM32 products and their technical features.
Hi I m aware FDCAN can be configured to work in class CAN 2.0 mode, could anyone advise how to configure this in the ioc? i.e. frame formate, mode , Time seg .... etc Thx
I have been trying to transmit and receive from putty through the USB virtual com (CN1) of the core board, I tried with different baud rates and the result is always the same, garbage arrives at the putty, and I am not receiving anything either, it i...
I am having trouble configuring my TIM6 to toggle a GPIO pin every 1 usec. I am using the HSI at 16MHz as the source for AHB bus clocks, which TIM6 is on. The following is my System Clock configuration:void SystemClock_Config(void){LL_FLASH_SetLatenc...
Hello guys! I have a problem. I need to use HAL_RTCEx_SetSynchroShift function from HAL to modify the subseconds of the RTC module. The problem is that this function cannot work because the REFCKON bit from Control Register is set(1). First, I do not...
Folks, I have a device that installs into another product and provides SRAM for code execution for the other device. The device my board plugs into has a fixed 500ms RESET generator that hold off the host device CPU for that much time. During this ...
Hello,I'm using an STM32h753i-eval2 board and trying to access an SD card through the SDMMC peripheral.I have my RCC set on Master Clock Output 1.I has the SDMMC external transceiver present set to no.System clock mux is set to HSIPLL Source is HSIUs...
Hello, I am trying to use the STM32G491RE nucleo to create a DSP for live audio in the voice band range. Right now I'm just focused on trying to get data in at the ADC using timer 7 to pull data from the ADC at an 8Khz sample rate as I don't want to ...
Posted on November 18, 2014 at 16:14Dear All,It would be much appreciated, if some one can give me a video links that explaining each every step of operation of STM 32F0 TIM2 or any timer Thanks in advance
I'm trying to read 2 ADC channels (ch 0-1) on an STM32G030C8T6 but the only result I can get from the ADC is a 0.I've confirmed the voltages I'm trying to read are at ~1.6V and that the VREF+ pin is at ~2.7V using a multimeter so I dont believe its a...
I found a confusing phenomenon that I found when using STM32G431CBU6 OPAMP3 works in Timer controlled mode.At first,I let the OPAMP3 works in FOLLOWER,the TIM8 channel6 to trigger the change of VIN_P and VIN_P_SEC. This is the settings of the STM32c...