STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32 Nucleo-64を使�?��?�STEVAL-STLKT01V1�?�ファームウェアを書�??�?��?��?��?� I want to change firmware of STEVAL-STLKT01V1 with STM32 Nucleo-64.

�?�?�ST社�?�ん�?�STEVAL-STLKT01V1�?�STM32 Nucleo-64を購入�?��?��?��?�。 STEVAL-STLKT01V1�?�電池を長�?�?��?��?�る�?��?�?�ファームウェア�?�書�??�?��?�を考�?��?��?�り�?��?�。 �?��?��?��?書�??�?��?��?�方法�?��?�?�り�?��?�ん。 STEVAL-STLKT01V1�?�メインプログラムも�?��?��?��?�る�?��?��?�?�り�?��...

RNish by Associate
  • 314 Views
  • 0 replies
  • 0 kudos

NSS pin (chip select) driven by hardware.

Good morning.I'm trying to use SPI communication on STM32L051 MCU but experiencing some problems. In my application, the MCU is working as a master and using all communications signals: SCK, MISO, MOSI and NSS.I started with the example code "01_Full...

LOliv by Associate II
  • 3031 Views
  • 1 replies
  • 0 kudos

STM32F429ZIT SDRAM to SPI using DMA

Hello,I'm facing a problem with the DMA and FMC. This is my setup:I'm using a STM32F429ZIT at 180MHz. I am using the same SDRAM as the STM32F429-DISCOVERY board. For the HAL configuration, I am using the STM32CubeMX software, version 4.25. This is wh...

Mvan.13 by Associate II
  • 1499 Views
  • 7 replies
  • 0 kudos

I am trying to code my STM32L1 controller bit by bit. I am trying to initialize the ADC and read a single channel and it is not working. I am not sure where the problem is?

#include <stdio.h>#include <stdint.h>#include "stm32l1xx.h"void TIM3_IRQHandler(void); uint32_t Channel_1=0;void TIM3_IRQHandler(void) %Interrupt every 1 second%{ TIM3->SR&=~TIM_SR_UIF; %Clear Flag% ADC1->CR2|=ADC_CR2_SWSTART; %ADC ...

ADani by Associate III
  • 358 Views
  • 0 replies
  • 0 kudos