Trace.ini file for STM32H753 tracing with Keil IDE and ULINK Pro
Where to find trace.ini file or it's content for STM32H743/53 tracing with Keil uVision and ULINKPro ?
Where to find trace.ini file or it's content for STM32H743/53 tracing with Keil uVision and ULINKPro ?
I can't the way in Demo samples.
Hey everyone,I've got a weird issue.I'm running a multibuffer DMA and although everything works well at a point, I'm terminating the DMA transfer.It's a multibuffer DMA moving data from GPIO IDR to SRAM.When an interrupt is triggered, I should stop t...
I am using a STM32F401RE board and I want a timer interrupt to trigger every minute. I have tried it using timers. Here is my code: main.c TIM_HandleTypeDef htim10; int main(void) { HAL_Init(); SystemClock_Config(); // Some other code MX_...
Hi,I am using DMA to transfer the conversion of two injected channels of the ADC module (registers ADC1_JDR1 & ADC1_JDR2) to a buffer in ram. The conversion is started by software (JSWSTART).Since the transfer is for two consecutive records, I have s...
Hi, i'm trying to measure capacitance using a single GPIO pin ( found an article online a guy used this method to calculate the diode reverse current so i'm guessing its possible to measure capacity aswell). Firstly i use the pin as output and charge...
Can't program STM32F407 because address is not supported for SWD/JTAG port.Hello, I am trying to begin developing drivers for the STM32F407VG. I am using Atollic TrueSTUDIO as IDE. For loading the programs to the board I am using Exteral Tools config...
Posted on July 17, 2017 at 09:17 Hi All, I would like to read a resistive touch screen with a STM32F407 micro butwithout a driver chip. For that I should change the pin functionality at run-time. First I set the configurations like below: ...
Hello everybodyI was trying to store some data into flash and every time the erase page failed, the write completed if the memory was empty.I then found out that the erase is working until I send something over the CAN ( receive seems to not trip it)...
I have two STM32H743 processors which are connected by USART ports. We have to transmit data between these 2 µPs and have no other ports left (SPI or so) which could be used instead.I initialized the 2 USARTs using STM32CubeMX with the identical sett...