STM32 MCUs Products

Ask questions, find answers, and share insights on STM32 products and their technical features.

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32F1 to L0 code example porting..

Posted on July 13, 2018 at 00:36Hi,I'm STM32 starter but like working on it until now ! I got this STM32L0 board and like to add screen on the project so just bouth a 1,5'' einkhttps://www.waveshare.com/wiki/File:1.54inch_e-Paper_Module_code.7z it c...

Weird latency inside the interrupts and DMA

Posted on July 12, 2018 at 19:05Hi,I enabled the ADC DMA inside the Timer2 interrupt, and Put '1' for a GPIO PIN, as follows:void TIM2_IRQHandler(void) { HAL_GPIO_WritePin(GPIOA, GPIO_PIN_0, 1); HAL_ADC_Start_DMA(&hadc1, (uint32_t *) buffer, 100);HA...

DMA configuration on Nucleo144 (GPIOs to Memory)

Posted on July 09, 2018 at 22:43Hi,I am trying to find some example for DMA configuration on Nucleo144 (STM32H743ZITx).A DMA should transfer data from GPIO port pins to memory by SYNC signal provided by external clock (EXTI2).Did not find something ...

Resolved! Double Word Write Into flash produce error (STM32F429xxx)

Posted on July 12, 2018 at 18:15#define APPLICATION_START_ADDRESS 0x8008000void flashErase(uint8_t startSector, uint8_t numberOfSectors){    HAL_FLASH_Unlock();   Flash_eraseInitStruct.TypeErase = FLASH_TYPEERASE_SECTORS;    Flash_eraseInitStruct.Vo...

Cube MX 4.25.1 for Download

Posted on July 11, 2018 at 21:21Does anyone have Cube MX 4.25.1 available for download?4.26 does not work. 4.25.0 does not work either and I have 4.24.Thanks,

Difficulty interfacing DS2482 & DS18b20 with STM32F4

Posted on July 06, 2018 at 13:26Hello,I am working on STM32F4 discovery board, trying to interface DS2482-100 (I2C driver ic) and DS18b20 (Temperture sensor one wire).my interface is likestm32f4 ---i2c---> DS2482-100 ----one wire----->DS18b20 I am a...

Resolved! STM32F746 - SPI sends twice problem

Posted on July 11, 2018 at 11:43The original post was too long to process during our migration. Please click on the attachment to read the original post.

M G_2 by Associate III
  • 1689 Views
  • 5 replies
  • 0 kudos

Resolved! pwm and time based interrupt

Posted on July 10, 2018 at 13:42Hi all,I am working on STM32F746G - DISCO. I have started working with STM32 just recently, sorry if this is a silly question. I need to use 1 timer to get PWM output from one of its channels, and generate time based ...

Den In by Associate II
  • 2124 Views
  • 4 replies
  • 0 kudos