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 @exarian
The clock cycles SCK that you observe before the memory access phase (when NCS1 is low) correspond to the automatic calibration phase of the high-speed interface. There is a description in RM0486 Rev2, in section 28.4.19 XSPI high-spe...
Hello @Dada10233
These video tutorials should help you, especially Lab 4.
https://www.youtube.com/@truestepbystep3763/videos
Let me know if it helps you?
Best regards,
Romain,
Hello @Tirth
Refer to MB1939-N6570-C02 Board schematic in page 5.
https://www.st.com/en/evaluation-tools/stm32n6570-dk.html#cad-resources:~:text=MB1939%2DN6570%2DC02%20Board%20schematic
In addition to desoldering R31, there is a series shunt resist...
Hi @exarian
I recommend that you purchase a recent board version that includes an STM32N6570 Revision B.The board reference should be MB1940-N657X0Q-C02.https://www.st.com/en/evaluation-tools/nucleo-n657x0-q.html#sample-buy
Thank you in advance for ...
Hi @exarian
Without any breakpoint, I do not reproduce your LPTIM4 issue and If you add a breakpoint in the while(1) at HAL_Delay(100); the code should loop to toggle the LED blue and halt again at HAL_Delay ?
Could you confirm that you're using ST...