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 @Avgerinos
I managed to get all STM32Cube tools working on Mac OS M1 and M2 without any issues. I don't have M3 hardware.
Start with connecting the STM32N6570-DK STLinkV3 (CN8) to your Mac, and check if and how it recognizes the USB device (se...
Hi @Linas L
Okay, the search engine results are unfortunately beyond our scope.
For all research on the latest revisions of the Reference Manual, Data Sheet, and especially the Errata Sheet, I recommend always using www.st.com or STM32CubeMX.
Best r...
Hi @Linas L
There is no HRTimer in the STM32N6, it was a typo in the DS14791 rev2, which has been corrected in the current version rev3.
Best regards,
Romain
@wwnsok2, the capture you shared doesn't help.
Can you confirm you configured BOOT0 and BOOT1 switch on STM32N6570-DK as the picture bellow:
Then, press one time on NRST black button, LED2 Red must be ON and it confirms that STM32N6 is in DEV_BOOT m...
@Tejas_P_R
In this case, you do not proceed with a power-down sequence, but with a complete direct shutdown. This will not cause any problem.
Best regards,
Romain,