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

Resolved! TIM2 on STM32F103RB board - how to set it up?

Hi, I have use MX to generate code for this timer.  The generated code is as follows: static void MX_TIM2_Init(void){ /* USER CODE BEGIN TIM2_Init 0 */ /* USER CODE END TIM2_Init 0 */ TIM_ClockConfigTypeDef sClockSourceConfig = {0};TIM_MasterConfigTy...

Resolved! How to set up IRAM1/IRAM2 in Keil with STM32H742VIT6?

Hello,I'm having weird problems with code crashing, perhaps related to how I have IRAM1/IRAM2 set up in my project:Looking in the reference manual, I see that the SRAM starting at 0x2000_0000 is the DTCM_RAM on TCM interface (data RAM?), the SRAM sta...

briankaz_1-1703032836804.png
briankaz by Associate III
  • 2578 Views
  • 17 replies
  • 2 kudos

Resolved! DAC output offset spec with output buffer enabled

Hi,Currently, we are facing an accuracy problem when using the built-in DAC on the STM32F407 (with buffer enabled). As the built-in reference voltage measured 2.0005V, we set the DOR to 0x800, expecting to get 1.25V on the DAC output. However, we act...

calvin by Associate III
  • 3699 Views
  • 11 replies
  • 4 kudos

Resolved! Questions about G474 FDCAN

The FDCAN loopback test of G474 can enter the receive interrupt, but normally the two devices communicate with each other, and when one of the devices is used to debug, it is found that the interrupt cannot be entered。  

Resolved! DUAL qspi writing error after 0x93000001 adress

  Hi,I'm trying to run dual QSPI Flash with my own design STM32H750XBH6. Flashes are 256 mbit MX25L25645. Single mode 32 mb flash read, write and boot succesfully. However, when I switch to dual chip mode, i get a write error (constant 0XFF) on the 2...

loadererror.jpg loadererror2.jpg

Resolved! Counter output compare

Hello, I've used TIM2 to count to 100000 every second. With this i hope to make a very accurate millisecond timer. I can see the counter succesfully going to 1s and then i reset it manually using the RTC interrupt.Now i want to use an output compare ...

Hesseltjuuh_0-1703597687561.png Hesseltjuuh_2-1703597891823.png Hesseltjuuh_3-1703597905087.png

STM32L431KBU TEMEPRATURE SENSOR

Hello everyone, we want to read the value from the temperature sensor with ADC using the stm32f431kbu6 microprocessor. We use the code mentioned below. #define TS_CAL_1 (*((uint16_t*)0x1FFF75A8)#define TS_CAL_2 (*((uint16_t*)0x1FFF75CA) float mcuTemp...

Leylifer by Associate II
  • 587 Views
  • 5 replies
  • 0 kudos
Labels