Can't reprogram STM32g0136-disco!!
After programming the stm32g0316-disco the first time the programmer no longer connects. How do I reprogram it, and prevent this in the future?Thanks,Scott
After programming the stm32g0316-disco the first time the programmer no longer connects. How do I reprogram it, and prevent this in the future?Thanks,Scott
Posted on October 31, 2012 at 14:26I have just spent the last few hours of my life trying to get the STM32F4 Discovery board I2C working with an ADXL345 Accelerometer. Despite using setup code for the GPIO and I2C identical to examples provided in t...
Hi All, I'm working on a project wherein I required multiple UART. So, as suggested on my previous question, I've brought the NUCLEOF413ZH. Unfortunately, this NUCLEO has several issues. Currently, I'm using all the 10 UART, but some of them having "...
Hi,I'm practicing with the timers of my STM32F0-Disco.Quite simply, I'm trying to use TIM6 or TIM14 as a simple time base. In order to verify its correct functioning I have put a GPIO call to toggle a LED whenever the interrupt handling function is c...
I configured a Project with STM32CubeMX 5.3 for STM32F042. Using Nucleo-Board witch Jumpering for MCO from STLink..The 1ms Timer works fine when using HAL for RCC, but it goes double Speed when changing RCC to LL. I have to limit Codesize for a Boot...
Recently started working on an STM32F302, and am having a really odd issue with the ADC. It seems that there is current coming out of the ADC pin. We have a 10k resistor with an anti-aliasing filter feeding the channel, and we see current flowing out...
Hello, I am using STM32 L031K6 & its low power Comparator, which is running in stop mode.What I want to Comparator is:when pin PA3's input voltage is bigger than reference Voltage, then Comparator give interrupt to the system. so after wake up from ...
Then I want to call AT command to trigger LTE module EC25 and also transfer the data collected from EV2400 to EC25 by using Nucleo-f401re.Please advise the solution.
Hi,i'm trying to create a delay function for microsecond delays. But it doesn't work. I couldn't understand where the problem is. Could you please let me know?(i'm using stmf030f4)edit: To understand where the problem is i'm trying to create a milise...
Hi, (this is my first post here, be gentle)I'm working with a STM32H743ZI. I'm currently trying to measure some pulses with the input capture unit. Initially I thought that 480MHz should be enough, but then was let down by the fact, that the timers o...