STM32F103R USB is not getting detected
i am using STM32F103R series mcu but here usb is not getting detect can aybody help on this?
i am using STM32F103R series mcu but here usb is not getting detect can aybody help on this?
I am using NUCLEO-u5a5zj-q, I tried this:sru@sru-pqs-dell:~/repos/pqkey$ STM32_Programmer_CLI --connect port=swd index=2 -halt --optionbytes displ -ob nSWBOOT0=0 nBOOT0=1 -lockRDP2 0xFFFFFFFF 0xFFFFFFFF -----------------------------------------...
Hi,I'm developping on an Arduino OPTA (STM32H74x) Portenta H7 and I want to use the high-resolution timer for driving some interrupts-based actions, actually using only the master hr-timer (no output). >> Problem: The code doesn't want to fire any in...
Hello, is there any documentation regarding the startup on both cores as I see there are several possibilitiess to gate the other core or to let them run directly in parallel. Nevertheless, CubeMx generates a common startup file which is shared I ass...
Hi,in ds for STM32H747xI/G , DS12930 Rev 2 , for Temp.sensor CAL2 : 130° (Parameter) is written here: BUT max. temp for chip is 125° :So i assume, this is misspelled , because in all other : (H743, H750, H7A3 ..) 110° + 30° are given.NOT 130° .
I am new to STM32, I am using Nucleo STM32F446RE board and programming in C in the program Keil, and I am facing an issue that I can't resolve, trying to download my program, whenever I tryy to download it it says " no target connected" then another...
Hi, i am using STM32H753z i try to switching FDCAN GPIO is PD0, PD1 to UART tx and rx (same pins)now i changed FDCAN to UART tx side is fine but in Rx side i face issue ( no data is receiving to receive buffer). #define CAN_AFR 0x99 #define ...
Hello, We are using STM32L412RBT6 MCU for our inverter and battery charger application. We are facing as issue like ADC stops reading and all the ADC results are giving same and random results. We are reading the result through DMA. We couldn't find ...
Hi i am receive data using UART 4 and transfer same data back like loopback but data is mismatch. same process in stm32f207 is working, #include "main.h" UART_HandleTypeDef huart4; void SystemClock_Config(void); static void MX_GPIO_Init(vo...
Dear community, on the ADC3 IN18 (internal temperature), I have an unconsistancy between the output of the ADC (reflecting the value of the temperature and the reference value TS_CAL1 and TS_CAL2 (0x3114 and 0x40C0).the ADC is in 16 bits and I got a ...