Resolved! RM0316 and RM0394 duplicate text for TIM1 Debug
Given the surprising combination of these two RMs, I'm quite willing to bet there are more RMs out there with this.Nonfatal, but still.JW
Given the surprising combination of these two RMs, I'm quite willing to bet there are more RMs out there with this.Nonfatal, but still.JW
I am using an Nucleo-L552ZE -Q board with the IAR Arm 9.30.1 IDE. The code builds correctly, the error message that comes up when trying to upload to debug is attached.Any thoughts would be appreciated.RegardsStephen
I have configured TIM3 (using CubeIDE) in such a way that it generates an event that is used to transfer measurements on the ADC channels to memory using DMA. This works.But in the same time, I want to transfer to TIM3 CH3 the values in a table. The ...
I took SPI interrupt example from STM32CubeF1 repo. I have two Nucleo-F103RB boards. I am using one board as Master and the other as Slave. If I run the example as is then communication is working as expected. That is data from Master is getting sent...
On my STM32F030, I need to read analog values from three channels of the ADC1. These readings need to be periodical and I am using the TIM3 interrupt to trig the ADC value capture. When do not using DMA and collecting only one ADC channel value, ever...
I am using STM32F401CCU6 for making Oscilloscope with Waveform on display, I need to display upto 1kHz waveform in 300points. For that i am using 4Channels ADC with DMA and timer for Triggering. The code used for ADC starting :if(HAL_OK != HAL_ADC_St...
Hello every one .Im yugenthar I need your help Anyone Know th arinc-429 protoaclThen how to implement the stm32F Any boady know this concept Please give the sollution
In my project, I convert char array components to uint_8 data type with atoi. It works fine with my project in the debug phase, then it doesn't work. I have to debug every time I want to run it./* USER CODE BEGIN 4 */ void HAL_UART_RxCpltCallback(UAR...
I tried sample uart example with my stm32f401RE and saw my serial monitor weird things
Hi,everyone. currently i'm trying to acces IS42S16400J SDRAM using STM32H743ZIT. but i have problem, when i write "01020304" data to C0001000 addres the data was duplicated to addres c0001080,although i didnt write anything on that addres do you guys...