User Activity

Hi,I am having some problem transmitting data over USB.i'm transmitting '|' and '.' continuously but i'm missing some data when i receive data .i'm getting like "||.|.|.|..||||.|.|"I generated code using CubeMX. Even in reference manual there is no c...
Hi,I am using STM32H7 Nucleo board. I soldered an external 25MHz crystal oscillator with 22 pf capacitors(Load capacitance of crystal =20pf) but the controller doesn't seem to work on 25Mhz crystal oscillator. I tested this by blinking an LED at 1 se...
Hi,i'm trying to flash the STM32H743I_EVAL example into the Nucleo-H743Zi.But couldn't able to flash into the Nucleo.Open On-Chip Debugger 0.10.0+dev-00021-g524e8c8 (2019-04-12-08:48)Licensed under GNU GPL v2For bug reports, read http://openocd.org/d...
Hi,i have STM32H7 Nucleo board, i'm trying to implement CAN-FD. so i was trying to send some data over CAN-FD to CAN-Analyser. For bit timing calculation i'm using STM32H743I-EVAL example as reference .fdcan_ker_ck - 20Mhz, Time_quantum- 50ns, Propag...
Hi,I'm trying to transmit some data using FD-CAN but HAL_FDCAN_Start() function returns error code 38. I have taken reference from STM32H743-EVAL kit example.I have configured same as mentioned there. But still i couldn't figure out the issue behind...