I have tried with 3 different STM32F301C8T6 with the same result. Purchased from Mouser!
I am interfacing 16bit ADC in STM32H745i-Discovery Board i saw some ADC configuration videos in Youtube according to i am configured but i didn't get any ADC conversion Values i am failed where i am doing wrong can please Help me to resolve this pro...
Dear ST hello,I am working on a driver on STM32F429, and I have to declare 104 uint8_t buffers.In some cases I am facing an issue with memory, The buffer is overwritten by another application the buffer values change when I iterate through it the buf...
I'm using two stm32 board, one is stm32wb55-dk which is main board and another is stm32c011 which acts as companion board.I need to establish communication between both using uart to send from main board to companion.connected tx of wb to rx of c0...
Hi,I've been having some troubles configuring DAC channels and can't seem to find what the problem is.I have a C++ class that is intended to setup and control a DAC and I can't write on the registers to do it. My class is the following (dac_test_clas...
Hi I have a STM32L433 processor on a 4 layer board with own ground plane, and below is circuit for VDDA input. I have set the VREF+ to 2.5v, and checked this with my meter, and its perfect (and isnt connected to anything). I placed an accurate 1.026v...
After powering STM32L151V8T6A device, I can't connect to the device. I try to connect by SWD or JTAG without success. Connect under reset doesn’t help. How can I connect the device?
Hi,I had a doubt regarding the timer interrupt stop function.if(isOpen_Unload == 1){ HAL_NVIC_DisableIRQ(EXTI15_10_IRQn); HAL_NVIC_EnableIRQ(EXTI9_5_IRQn); Start_Motor(1); HAL_Delay(5000); HAL_NVIC_EnableIRQ(EXTI15_10_IRQn); HAL_TIM_Base_Start_...
According to the STM32U585 documentation, there is supposed to be a SP1 clock mux selection register, but none is described in the latest programming manual.Does anyone have any idea on what bits I need to set in which register to select the MSIK clo...