STM32 MCUs Products

Ask questions, find answers, and share insights on STM32 products and their technical features.

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! How to use all RAM regions (SRAM1/SRAM2/CCMDATARAM)

Hi, I am working with STM32F407VETx and it has total 192kb RAM, but its split into 3 regions:#define SRAM1_BASE 0x20000000UL // SRAM1(112 KB) #define SRAM2_BASE 0x2001C000UL // SRAM2(16 KB) #define CCMDATARAM_BASE 0x10000000UL // CCM(core c...

0693W00000YA0E4QAL.png 0693W00000Y8qzDQAR.png
JBond.1 by Senior
  • 2155 Views
  • 2 replies
  • 1 kudos

Cortex-M33 instruction cycle counts?

Hello,I am looking for a list of cycle counts for each instruction in the Cortex-M33 processor. For the Cortex-M4 processor, the ARM Technical Reference Manual includes a table of cycle counts for each instruction. The M7 ARM TRM doesn't seem to ha...

How to convert temperature sensor to C?

I'm trying to read the built-in temperature sensor on the MCU we're using (STM32L011F4P6)We only have the one calibration datapoint, so I can't use the temperature conversion function I'm familiar with.The code is as follows:int32_t analog_get_temper...

SWD interface not working on STM32G0B1

Hello, I have two custom boards based on the STM32G0B1CBU. When I try to program them via the SWD interface (using ST-LINK or SEGGER J-Link), I get the "No Device Found on Target" error. I checked the schematics and used an oscilloscope to make sure ...

REist.1 by Associate II
  • 3300 Views
  • 5 replies
  • 0 kudos

SWV ITM Breaks Debugger

We have a new design using the STM32G474 and are having some weird issues with the SWV utility. Current setup:STM32Cube IDEST-Link V2-ISOL Debugger using SWCLK, SWDIO, and SWOSWD connection to micro with 33 ohm termination resistorsSWO was wired manu...

NSmit.9 by Associate II
  • 885 Views
  • 1 replies
  • 0 kudos

Resolved! STM32L496VG Using LPUART with LSE 32768 kHz with 9600 bd from Stop2 mode: No reliable evaluation of the first byte

I use Modbus RTU 8N1 with 9600 bd. I always have sent the same 8 byte request. The first byte of the message is 0x01.In about 85% of all tests the STM32 evaluates the request correctly. In a 15% of all tests the first byte is evaluated as 0x80 or 0x...

MKret.1 by Associate
  • 1210 Views
  • 2 replies
  • 0 kudos