STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

New possibilities for the ultra-low power segment!

STM32U0 is the first Cortex-M0+ with a static consumption of only 160 nA in standby mode with RTC (Real-Time Clock) and 16 nA in shutdown. It also achieves 118 points in CoreMark and targets SESIP level 3 and PSA level 1 focusing on firmware code pro...

gif-stm32u0.gif

Error during SystemClockConfig

Posted on November 06, 2016 at 16:34Hello Experts,I am using stm32L152VBTxA, STM32CubeMX, ST-Link/V2 and System Workbench for STM32.The Issue that I am facing is whenever I am writing a simple LED blinking code and running it using ST-Link/V2 debugg...

STM32F103RD GPIOC pin 2 default state errata

Posted on November 04, 2016 at 16:48While debugging an issue I discovered that on the STM32F103RD/VD silicon, GPIOC pin 2 defaults to SET/1 in the ODR.  All other GPIO ports default to RESET/0.  While it is always good practice to explicitly set the...

ggiger by Associate
  • 277 Views
  • 2 replies
  • 0 kudos

STM32F042

Posted on November 06, 2016 at 14:00Hi I have designed my first PCB ever so.My board has MCU STM32F042 and is based on nucleo reference design but for some reason I can not connect my stlink to using a nucleo stlink module in ''stand alone mode''.It...

F767 EMAC Debugging Suggestions

Posted on October 30, 2016 at 02:22Hi,I'm attempting to bring up LWIP under FreeRTOS for an F767 on a Nucleo board. I'm using code generated by Cube. This is my third STM32 project and I'm very comfortable using an RTOS but I am just becoming acquai...

kenny by Associate II
  • 323 Views
  • 2 replies
  • 0 kudos

How can I import image in C code ?

Posted on November 03, 2016 at 23:27Hi I am doing some experiments with STM32F469I-Discovery, in some example with LCD there are images (e.g. life_augmented_argb8888.h). How is possible convert an image create with Photoshop in code similar to: cons...

livio by Associate II
  • 473 Views
  • 3 replies
  • 0 kudos

big const table overflow the RAM

Posted on November 03, 2016 at 00:58I'm using a STM32F411 with an audiocodec driven by I2S stream. I'm runing out of RAM, so I'm trying to move OutputBuffer (the buffer that I use to create sound and used ond HAL_I2SEx_TransmitReceive_DMA). This buf...

leonardo by Associate III
  • 732 Views
  • 11 replies
  • 0 kudos

EOC flag clears when entering ISR

Posted on November 04, 2016 at 16:59 When I start the ADC conversion the code jumps to ADC1_COMP_IRQHandler In ADC isr the EOC flag clears after first assembly instruction of isr code. So when I check for EOC flag if is set...the flag is already...

ionutF by Associate III
  • 483 Views
  • 2 replies
  • 0 kudos