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! Is sprintf() supposed to support uint64_t numbers?

This compiles with no warnings or errors: char buf[256];uint64_t bignum = 0x123456789;sprintf(buf,"bignum: 0x%016llx, %llu\r\n",bignum,bignum);HAL_UART_Transmit_DMA(&huart1,(uint8_t *)buf, strlen(buf));This comes out the terminal:bignum: 0x0000000000...

FMC and SDRAM sample

I'm using STM32F469 with 2M x 16 x 4banks (16MB) SDRAM.I'm just trying to run FMC_SDRAM sample for STM32469l-EVAL and it seems the first 256 data could write/read successfully.My question is that to access memories in 2 to 4 banks, do I need to send...

SYoko by Associate
  • 519 Views
  • 1 replies
  • 0 kudos

STM32F7 and MPU

Hello everyone,I apply STM32F746BE with externel SDRAM 32MB (MT48LC16M16A2P-75 IT:D) and externel FLASH 16MB (MX25L12845GM2I-10G), Ethernet (LAN8710AI-EZK), LCD.Vector' table is located at 0x20000000. Firmware is runned from externel FLASH 0x90000000...

Anton1 by Associate II
  • 1475 Views
  • 10 replies
  • 1 kudos

Time consumption FFT calculation. CMSIS, STM32F401RE

Hello,i calculate an FFT with the STM32F401RE. It works fine so far. Here are the relevant code snippets:arm_rfft_q31(&S1, (q31_t*)fft_input_buf1, (q31_t*)fft_complex_buf1); //takes about 1760 µs   arm_cmplx_mag_q31((q31_t*)fft_complex_buf1, (q31_t*...

felix23 by Associate II
  • 1734 Views
  • 3 replies
  • 0 kudos

Can't set Option Byte with the attached function for the Micro STM32L151CBT6A Only when the controller is new from factory. If we erase and reset the option bytes the STM32 afterwards new flashing it works.

void init_OptionByte (void){    FLASH->SR |= FLASH_SR_WRPERR ;     // l�sche bestehende Fehler    FLASH->SR |= FLASH_SR_PGAERR ;     // l�sche bestehende Fehler    FLASH->SR |= FLASH_SR_SIZERR ;     // l�sche bestehende Fehler    FLASH->SR |= FLASH_S...

Resolved! Does STM32L4 boost mode affect reliability?

We are using an STM32L4R5VIT6 in a medical design and would like to run at 120MHz. The documentation refers to "boost" mode as "overvolting" which sounds dangerous to my manager. I assume there is no reliability impact in using boost mode, but would ...

JMcGa.1 by Associate
  • 451 Views
  • 3 replies
  • 1 kudos

Resolved! Vector Table Offset Register behaviour

I'm using a STM32F401 that has its FLASH located at address 0x08000000.I'm trying to use the Vector Table Offset Register. I need to put the Vector Table at address 0x0800C000.My first question would be what do I need to put in VTOR?0x0800C000 (absol...

EGonc.1 by Associate II
  • 2555 Views
  • 2 replies
  • 0 kudos
Labels