Can someone explain this error?
NVIC->ICER[ 0 ] = 0xFFFFFFFF ; NVIC->ICER[ 1 ] = 0xFFFFFFFF ;the second line emits this warning:array subscript is above array boundsCan someone explain?
NVIC->ICER[ 0 ] = 0xFFFFFFFF ; NVIC->ICER[ 1 ] = 0xFFFFFFFF ;the second line emits this warning:array subscript is above array boundsCan someone explain?
The *.stldr file generated by MX25LM51245G_STM32L4R9I-DISCO (@ ST-LINK Utility 4.2.0.0) can't work for STM32L4R9I-DISCO device. Step1. According to the readme.txt in the directory of "C:\Program Files (x86)\STMicroelectronics\STM32 ST-LINK Utility\...
I would like to know whether the general purpose timers Timer 1,8,2,3,4,5 in the STM32 F7 series can be configured in encoder mode?I am doing a comparison between F7 and H7 series Microcontrollers. I need to count my motor rotations through timers in...
I have a circuit, using stm32f100c6t, and there are 8 analog channels which I have to poll every 100 ms. one of the channels is rectified and filtered AC voltage, if this value is acceptable for operation, the circuit has a backup battery supply (lea...
i want a code to separate the lat, long, altitude and UTC time from the GPS output string .. i am getting the full string from the GPS but i need only lat, long , altitude and utc time .. please help me out to write the code
All ADCs are in regular mode and only 1 channel is used per ADC. I can get ADCs 1,2 and 3 to work, but when ADC 4 is added it never generates an interupt. If I only start ADCs 3 and 4 it works fine. Everything is generated with CubeMX (find attached ...
Posted on May 08, 2017 at 13:34Hi ST community membersWe are working on the optimization of a project's code running on STM32F429ZIT6 �C, in terms of speeding execution, or minimizing latencies due to memory access competition.Our solution is to reo...
Posted on December 11, 2017 at 14:04I have a NUCLEO H743ZI board and I want to communicate pc and nucleo-board by using LAN8742 on NUCLEO-H743ZI. I tried many of times but I havent succeeded this. I made communication between pc and STM746VGT6 micro...
How wide is the pulse output by the EXTI module in the STM32F769?Is it an APB2 clock width?