python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
I get an Error when setting PCROP STM32H7 (STM32H743)
Goal
I'm trying to set a PCROP area on my STM32H743VI microcontroller, but I'm getting the error code HAL_FLASH_ERROR_OB_CHANGE when executing HAL_FLASH_OB_Launch() and my PCROP area is not set.
The r...
Dugnom
Votes: 0
Answers: 1
STM32CubeIDE: What is the correct method to import drivers and middleware from example projects to the current project?
When we are importing an example project to the STM32CubeIDE, it probably uses .cproject and .project files present in the project directory to import required drivers and middleware. For example, her...
vb000
Votes: 0
Answers: 0
stm32h743 webserver how download text file from browser
I have set up an STM32H743 nucleo webserver which works OK by presenting a small webpage on a browser (I am using LWIP+CubeIDE).
I can give the webserver simple commands via CGI (see below) and thereb...
user1504343
Votes: 0
Answers: 0
Pinging Cortex-M7
I am currently making my first dual-core microcontroller project. I want to use the STM32H745BI. So I bought the STM32H745I-DISCO to develop my project on. One part of the project is making a webinter...
Marijn
Votes: 0
Answers: 1