STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

ssd1327 oled display interfacing with stm32

Hi have been working on the interfacing of ssd1327 with stm32 microcontroller, i am just trying to print a pixel on the display but I could not display it. my code is as follows WRITECOMMAND(0xae); // WRITECOMMAND(0x15); WRITECOMMAND(0x00); WRITECOMM...

NJP.1 by Associate III
  • 947 Views
  • 1 replies
  • 0 kudos

Utilizing discover board STM32F407 with FPU

Hello! I am utilizing discover board STM32F407 with FPU , The board is ARM cortex M-4 based. I want to use FPU to quick the process of conducting exponent calculations and Floating point. I have set down all peripheral drivers that are required for a...

by Not applicable
  • 733 Views
  • 2 replies
  • 0 kudos

Use of "volatile" keyword

Hi, I'm working on an STM32H7 project with very fast (800 KHz) periodic interrupt. I've been looking at the generated code as I tweak the C source. I'm confused about the use of "volatile" for the global variables used by the ISR.I feel like I need...

MSull.1 by Associate II
  • 8564 Views
  • 16 replies
  • 0 kudos