This article aims to show some methods to set up STM32 project firmware to be able to execute a part or the entire firmware into embedded SRAM memory.Generally, STM32s execute user code directly from their embedded flash memory.Thanks to the mechanis...
Posted on August 03, 2016 at 10:48
Hi All,
Well, I started playing with a ESP8266-01 module with the latest firmware AT Expressive.
Now I did communicate a STM32L476 (UART 115200 which is the default baud rate of ESP8266).
I use a code g...
Posted on June 20, 2013 at 22:30Hi, I'm desperate to not achieve my project with the internal temperature sensor of STM32F0 For now I try to read the sensor factory calibration data stored in the system memory by simple pointer that way. (53) uint...
Posted on July 05, 2011 at 23:43 Hi All, I do not understand the process of frequency selection HSE in the following lines : # if defined ( STM32F10X_LD_VL ) | | (defined STM32F10X_MD_VL ) / * #Define SYSCLK_...
Posted on January 28, 2011 at 10:39 Hello, I try to debug and simulate the discover project on MDK-ARM evaluation IDE. I have no hardware. So i just want to test debug and simulation. Here below the error message after build and start ...
Hello @nagarasr
As the designer of this article, the instructions (Case 1) given to place one or more functions in a SRAM region use the same method regardless of the development tools.
In your code, you will not be able to do otherwise than to rewr...
Hello @Amaad
Good news, in that case thanks you to mark my reply as resolved and answered.
Concerning your Micropython, sorry I don't have a port of this demo to micropython. And I don't know if there's a port for STM32H750B-DK board.You should ask ...
Hi @Amaad
Can you check the following steps:
1°) Use latest STM32CubeProgrammer, connect to STM32H750B-DK using STLink.Enable MT25TL01_STM32H750B-DISCO NOR Flash External Programmer:
2°) Then Perform a full chip erase of external sector (0x9000 000...
"I was looking in the STM32L4P5-IO.pdf and STM32L4P5-DK.pdf manuals and there is no mention that the board default to SPI."
I understand that this information is missing from user manual.The schematics of all STM32 boards are available in two clicks,...
Hello @RobertGrizilo
Did you check STM32L4P5G-DK schematic in page 12https://www.st.com/resource/en/schematic_pack/mb1535-l4p5g-b02-schematic.pdfSTMOD+ CN1 (below) is hardware configured in SPI mode on pin 1 to 4 (NSS, MOSI, MISO & SCK) by SB3 to SB...