STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

FLASH_Erase_Sector

Posted on December 22, 2017 at 10:53I'm trying to store some data using HAL library.HAL_FLASH_Unlock();__HAL_FLASH_CLEAR_FLAG(FLASH_FLAG_EOP | FLASH_FLAG_OPERR | FLASH_FLAG_WRPERR | FLASH_FLAG_PGAERR | FLASH_FLAG_PGSERR );FLASH_Erase_Sector(ADDR_FLA...

Resolved! Getting started with STM32F767ZI

Posted on March 18, 2018 at 12:44Hi,   I am just Getting started with STM32F767ZI using a Nucleo F767ZI dev board. Prior to that I have only used in commercial project PIC24H family of Microchip and embedded C language. Can anybody help with how to ...

A Maq by Senior
  • 1332 Views
  • 3 replies
  • 0 kudos

stm32f072 joystick

Posted on March 16, 2018 at 13:11Hi,Please forgive as I am new to STM32 devices and tools.I was suggested to use a STM32 F0 Discovery dev kit (STM32F072RBT6) in order to develop a very simple application: a custom made 3 axles joystick (x,y and thro...

Three external ADC's connected to STM32F7

Posted on March 16, 2018 at 22:06Currently I am doing a project to develop a system with three external ADC's. I want to read the 3 ADC's at the same time.I bought the following components 3x ADS1256 /http://www.ti.com/lit/ds/symlink/ads1256.pdf1x ...

Koen Ie by Associate
  • 533 Views
  • 1 replies
  • 0 kudos

Resolved! STM32F746G-Discovery SDRAM Curious Behavior

Posted on March 16, 2018 at 19:50 I'm writing a crude memory diagnostic for SDRAM (just to see if I can). The code accesses SDRAM using a pointer. __IO uint32_t * SDRAM_ptr; SDRAM_ptr = (__IO uint32_t *)0xC0000000; Using this pointer in a loo...

RESET PIN controller

Posted on March 17, 2018 at 10:02We use micro controller STM32F103RBT6 & stepper motor driver IC TB6560AHQ.we have found the problem at Reset pin of stepper motor driver IC. Circuit is attached.Initially machine works properly. but after some time m...