STM32 MCUs products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

New possibilities for the ultra-low power segment!

STM32U0 is the first Cortex-M0+ with a static consumption of only 160 nA in standby mode with RTC (Real-Time Clock) and 16 nA in shutdown. It also achieves 118 points in CoreMark and targets SESIP level 3 and PSA level 1 focusing on firmware code pro...

gif-stm32u0.gif

Debug infrastructure in STM32F7

For a long time I have been trying to guess how debug components are connected to the Cortex-M7 core in STM32F7 series of microcontrollers. It is supposed to be shown in e.g. the document RM0410 in Figure 587. This figure seems to be a copy of the sa...

MirKoz by Associate III
  • 944 Views
  • 0 replies
  • 0 kudos

Problems with TCP/IP Client not working on H743.

The server connects and communicates normally, and the Client experiences a return value = -13, Abort in the connect function.Using the Netconn API, the user program is hercles_3-2-8.exe. PC IP is 192.168.0.223 and Device IP is 192.168.0.222.The code...

CHan.2 by Associate II
  • 263 Views
  • 1 replies
  • 0 kudos

Misprint in F4/G4 Programming Manual (Bitband)

There is a misprint in your PM0214 Programming manual "The Cortex M4 processor" in the chapter chapter 2.2.5 "Bit-Banding", above figure 9. Bit-Banding is nicely described there, but of course all bit addresses have to end by "00"... Your first exam...

flyer31 by Senior
  • 610 Views
  • 14 replies
  • 0 kudos

Resolved! What's the difference between I2C SWRST and ABPxRSTR reset

I have a bug in the I2C bus where sometimes a glitch causes the BUSY flag to be setI found that the only ways to clear it is either by SWRST in I2C->CR1 or by resetting in RCC->ABP1RSTR->I2CxRSTRMy question is, is there any difference I should know a...

AAl-H by Associate III
  • 885 Views
  • 3 replies
  • 1 kudos

Resolved! Copy the Qspi data to SDRAM

Board Name : STM32F746NG discovery boardI have created the section for QUADSPI & SDRAM in linker fileMEMORY   {   RAM (xrw) : ORIGIN = 0x20000000, LENGTH = 320K   FLASH (rx) : ORIGIN = 0x8000000, LENGTH = 1024K   QUADSPI (rx) : ORIGIN = 0x90000...

Labels