STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Can I change the MCU type from STM32F373V8 to STM32F373VC within an STM32CubeMX project to avoid creating a new project?

Posted on July 11, 2017 at 16:34I need to change the MCU type from STM32F373V8 to STM32F373VC within an STM32CubeMX project.Can this action be performed without creating a new project within STM32CubeMX?-OR-Is a new project even required since the M...

STM32F427 LWIP , ARP works but Ping fail (Request timeout)

Posted on July 05, 2017 at 21:43Hello friends,I was originally using STM32F207, FreeRTOS,  LWIP ,ENC28J60 , system works fine.Because I need more RAM, I migrated to STM32F427, but unfortunately network no longer works now, ARP seems working but Ping...

0690X00000607RDQAY.png

STMCube and multiple SPI buses

Posted on July 11, 2017 at 16:12I am using multiple AD7793 ADCs across 2 SPI buses. I have written the software for this for an STM32F205 using the STMCube construct.I can communicated with the ADCs on either bus but when I try to talk to both buses...

Using two 16bit bus SDRAM as 32bit

Posted on July 11, 2017 at 15:23Hello,I'm designing an application using STM32F469BIT6 and two AS4C4M16S 16bit bus SDRAM to be used as external program memory.My idea is to use 4 byte enable (NBL0~NBL3) sending the lower two (along data [0~15]) to o...

Resolved! STM32F411CC - (256kB) Flash Sectors

Posted on July 10, 2017 at 18:49Can anyone confirm what the Flash sector sizes are on this MCU version?All documentation lumps the F411xC with the F411xE even though the former has 256kB of flash, and the latter has 512kB. The stm32f4xx_hal_flash_ex...

0690X00000607UiQAI.png

USART2 does n't work on STM32F302

Posted on July 11, 2017 at 14:08Hello Everyone, I am trying to send  string on USART2 of STM32F302 but I am not succeed ,  my Code worked on USART1 and USART3. Does any one help me ?#ifdef __GNUC__   /* With GCC/RAISONANCE, small printf (option LD L...

Encoder mode and interrupt on every edge

Posted on July 10, 2017 at 15:58Hello,I have question about encoder mode. Can I use encoder mode for counting pulses and also generates interrupt on every counting pulse ? I need to set some variable on every encoder edge.RegardsRafal