STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32L4 HAL package

Posted on June 28, 2015 at 22:27Hi All, We are adding support for new STM32 devices to http://visualgdb.com/- our Visual Studio plugin for embedded development, and it looks like the new STM32L4 devices don't have a HAL package available yet. Is it ...

ivan2 by Associate II
  • 1103 Views
  • 11 replies
  • 0 kudos

STM32L0 and Cube framework

Posted on July 22, 2015 at 14:13Hello communityI am using the Cube Framework STM32Cube_FW_L0_V1.1.0 with an ASTM32L0x processor and ARM-MDK uVision 5.15I started  with the template project where target device is set to STM32L053R8: when loading the ...

stanzanim by Associate III
  • 304 Views
  • 0 replies
  • 0 kudos

USART communication problem

Posted on July 21, 2015 at 08:31hi friends, I am beginner for firmware programming. I am using stm32f3 discovery kit. I tried to communicate my discovery kit to my PC its communicating but i am not able to get the correct data. Whenever i transmit a...

acc0094 by Associate
  • 417 Views
  • 3 replies
  • 0 kudos

STM32F401 Standby Consumption

Posted on July 14, 2015 at 09:27 Hello, I am working on an application in which we rely heavily on the standby mode for maintaining battery life, but we're having trouble properly entering the standby mode. The CPU gets reset as it should...

jesper2 by Associate II
  • 973 Views
  • 5 replies
  • 0 kudos

Disabling PWM at logic high

Posted on March 12, 2014 at 12:05 Hi , I am trying to disable my PWM with the pin at LOW when disabled however it seems to be always at HIGH. RCC_APB1PeriphClockCmd(TIM3, ENABLE); TIM_TimeBaseInitTypeDef TIM_TimeBaseStructure;...

DMA data from ADC does not refresh

Posted on July 21, 2015 at 14:44Hello all,I am writing an application on a STM32F4 which reads from two sensors. I do it with two ADC3 channels with DMA. I use HAL_DRIVERSI write on a buffer several readings from three sensors by calling:HAL_ADC_Sta...

jmiguelg by Associate
  • 436 Views
  • 1 replies
  • 0 kudos

I2C NAK stopping SysTick

Posted on July 22, 2015 at 07:35Hi there, I'm trying to do a blocking I2C read in another interrupt. If I receive a NAK the HAL seems to crash (I'm seeing uwTick stop). Both the I2C interrupt and the interrupt I'm doing the read from have a lower (h...

0690X00000605IAQAY.png

STM32F3Discovery I2C EEPROM not working

Posted on June 16, 2015 at 02:56 Greetings. I am trying to use STM32F3Discovery(STM32F303VCT6)I2C interface to communicate with24C04 EEPROM device. And as for now all my attempts failed I've decided to ask for help. I initialize I2C1, then ...

Help with Stm32f429 FMC SDRAM(MT48LC16M)

Posted on July 21, 2015 at 17:15I design a board based on Stm32f429-discovery and add a 8192 Row x 512column x 16 bit Sdram to Sdram Bank 2. my Sdram is MT48LC16Mhttp://pdf.datasheetarchive.com/datasheetsmain/Datasheets-19/DSA-364195.pdf I study Dat...