I need to: Uncomment the line below according to the target STM32H7 device used in your application... [Solved]
However the .h file is read only. What is going on? What have i done wrong? I've attached the tree from IAR. thanks
However the .h file is read only. What is going on? What have i done wrong? I've attached the tree from IAR. thanks
I don't understand why this would compile and work for one project but not another...const char Menu[40][32] = { "\033[91;2mShow Menu\033[93;2m <space>", "\033[0m ", "1 Read Flash status" }; char * ptr = &Menu; <- fails here [C...
Hi, do you know how is the simplest code to send data from stm32(master) to arduino (slave) through spi.I tried to write my own code, so here is the sktech ofmy code :#define SPI2_Funct 0x05 // This is a function of GPIO AFR#define CMD_LENGTH 2#defi...
Hello, I am a total newby for what concerns stm32 programming and this question may be stupid.... I am using a STM32H753i-eval board and will need to use fdcan, lcd, SD and a few more peripherals. For this reason I started my project using STM32cubeM...
Hi there,Let say I want to generate a 1 ms delay using a timer. I set my prescaler to have a 1ms granularityTIMx->PSC = (uint16_t)((SystemCoreClock / 1000U) - 1);Now if I want to generate a 2ms delay I usually do it like this (assuming the UIF flag i...
Hi,I have problem with the test of SDRAM memory. I use STM32F746 Discovery kit where is MT48LC4M32B2 memory. SDRAM size is 128-Mbit SDRAM but only 64-Mbit is accessible on kit. So I try to test the entire 8MB SDRAM memory. Unfortunately, when the la...
Posted on June 06, 2018 at 12:49I am having problems configuring the I2C1 gpio pins on the STM32L496 on pins PA9 and PA10.After the gpios are configured the SCL and SDA lines go from a high level to a low level, which is unexpected. After configurat...
Posted on June 08, 2018 at 21:13The problem found in STM32 Cube MX 4.26.0, is that the tool over-wrote thefiles of my project..I'll describe what happened:1. My project I was working on was created with STM32 Cube MX 4.25.0..2. I updated the STM32Cu...