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

pointer above 0x4000

pointer above 0x4000 Hi,Why I cannot use pointer above 0x4000. I have declared array form 0x200023d0 [+6000 32bit], so end about 0x28950a10. I am using STM32F769. Iam getting Failed to execute MI command:-data-evaluate-expression *(pDataVectSourceAdd...

embvis by Associate III
  • 387 Views
  • 3 replies
  • 0 kudos

Resolved! Oscillator calculation STM32

I want to use a STM32F103, STM32L431, 451 and 471 microcontroller, but i don´t know if the crystal that i selected (ABS07-120-32.768kHz-T and ABMM2-8.000MHZ-E2-T) is valid for this microcontroller.And another question is how to calcule the load capac...

C++17 support

Hello,Do you plan to enable C++17 or gnu++17 option in the general setting panel for C++ ?Seems like the already bundled GCC compiler support quite a few of C++17 features, and an update to latest gcc-arm would be nice too.I'm mainly looking for chro...

Problem with the RCC LSE STM32L496RET6 MCU.

Hello! I use CubeMX to generate the init code for rcc whith LSE Crystal NX3215SA-32.768KHZ-EXS00A-MU00525 (32.768K,6PF), two 2.7pF capacitors and rtc module. Program goes to error handler after "if (HAL_RCC_OscConfig(&RCC_OscInitStruct) != HAL_OK)"-s...

RAkma by Associate II
  • 466 Views
  • 6 replies
  • 0 kudos

who to implement HAL_GetTick()

I am trying to find time it takes for a loop, am I missing something ?uint32_t time1 = HAL_GetTick();...unit32_t time= HAL_GetTick( ) - time1;I am using Keil when I add time to watch list I am getting response cannot evaluate. It does not show anythi...

MNapi by Senior III
  • 713 Views
  • 6 replies
  • 0 kudos

IAP over GSM: UART and Flash programming

Posted on January 07, 2016 at 16:29 Hi, I'm developing an IAP application for firmware upgrade over GSM network. I've a SIM800H module connected to STM32 over UART interface and I'm able to establish GSM connection, setup HTTP GET request an...

gmate1 by Associate II
  • 1104 Views
  • 13 replies
  • 0 kudos
Labels