STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32 FSMC 512x16bit SRAM address mapping

hi, i've some questions regarding the use of 16 bit SRAM with FSMC using AN2784 section 3.3 on SRAM https://www.st.com/content/ccc/resource/technical/document/application_note/27/bf/f5/e8/d7/82/44/6f/CD00200423.pdf/files/CD00200423.pdf/jcr:content/tr...

andrewg by Associate III
  • 829 Views
  • 3 replies
  • 0 kudos

Resolved! STM32F446VCT6 IAP Application Address Data

Hi everyone, I'm developing IAP with stm32f446vct6. In the main function of your example, the application address is checked for 0x20000000 after masking with 0x2FFE0000. However, the f446 reads always the 0x20020000 for the application address and n...

STM32F407 FPU clock cycles

I have been testing the performance of some maths functions on an STM32F407 CPU running at 168 MHz. From the documentation it is stated that the vmul.f32 (HW 32bit multiply instruction) should take 1 clock cycle to operate. Using my simple test progr...

How can i get SD Card connect and disconnect interrupts

Hello All, I want to get an interrupt whenever i connect or disconnect sd card in to sd card slot . How to do this ?I have stm32f7 discovery board . I searched in hal_sdio.c , but couldnt get any info. what is the best way to achieve this ? Thank you...

RN by Senior
  • 478 Views
  • 2 replies
  • 0 kudos

Error compile

Hello everyone. I have a problem with Stm32f407IGH EVAL.I coppy template of source code to other file. I also modified path include.But when I compile, build output have 30 error, all error in file stm32f4xx_fmc.c file, like FMC_Bank1 undefined, FMC_...

syntax is the bane of my work...

I don't understand why this would compile and work for one project but not another...const char Menu[40][32] = { "\033[91;2mShow Menu\033[93;2m <space>", "\033[0m ", "1 Read Flash status" };   char * ptr = &Menu; <- fails here [C...

T J by Lead
  • 633 Views
  • 4 replies
  • 0 kudos

SPI master send simle data error

Hi, do you know how is the simplest code to send data from stm32(master) to arduino (slave) through spi.I tried to write my own code, so here is the sktech ofmy code :#define SPI2_Funct 0x05 // This is a function of GPIO AFR#define CMD_LENGTH  2#defi...

STM32H753I-EVAL SDMMC cubeMX problem

Hello, I am a total newby for what concerns stm32 programming and this question may be stupid.... I am using a STM32H753i-eval board and will need to use fdcan, lcd, SD and a few more peripherals. For this reason I started my project using STM32cubeM...

gian666 by Associate II
  • 917 Views
  • 6 replies
  • 0 kudos