I am using Keil IDE and during debugging in the call stack + locals window the variables I have defined are appearing as not in scope.
I am getting warnings that AccY, AccZ and Avg are not being used.
Find out more about STM32 implementations with external components, discuss use cases, and discover how to use new tools and ST components.
I am getting warnings that AccY, AccZ and Avg are not being used.
Hi,I maked a .ioc project on STM32F103 used STM32CubeMX, and Enabled its CAN mastor mode, and Enabled CAN's all interrupts(RX,TX,ERROR). Then make a SIMULINK model link to the ioc file, and place a CAN_IT module into it. At this time, it tell me 'Con...
Dear all,I am trying to program STM32f072 microcontroller with simulink and i use Matlab R2013b and MAT Target 5.1.0 when i have used stm_config block to configure hardware target i got a problem that i can not set the block parameters.I herewith att...
Dear community!Is there an instruction on how to integrate ready-made libraries into a Simulink for STM32 MAT as it is done for Arduino? For example, to work with an SD card using SDIO or SPI? There should be a way to work with the SDIO or SPI SD car...
I have this code in Arduino,but i need translate in hall library,could have i the translate?Tested code:Code: [Select]#include "SPI.h" unsigned int result = 0; unsigned int result1 = 0; unsigned int result2 = 0;void setup (){Serial.begin(9600);SP...
CM4 configuration for the project STM32Cube_FW_H7_V1.5.0\Projects\STM32H747I-DISCO\Examples\GPIO\GPIO_EXTI\EWARM generates error The stack pointer for stack 'CSTACK' (currently 0xA05F0001) is outside the stack range (0x10000018 to 0x10000418) when tr...
Hello All,I have used STM32F103RBTx Dev board previously on Windows (windows 7 Professional) Platform with Kiel uVision4 IDE and STM32CubeMX 4.24 tool.I had also build an example code which used PWM, GPIO, UART and SPI peripherals and it worked prope...
Hi all,I working on parallel synchronous transmission. I am using LPTIM2 as clock (PWM) and GPIOE as data bus. It is working with BDMA but here is 50ns offset between Clock and data no matter what frequency I setup. Please see pictures below 84kHz a...