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

HAL I2C problems

Posted on August 18, 2015 at 07:18I have been trying to use the latest HAL drivers, make thing easier once you understand their complexity. I am up to trying to get the I2C port working. i have no activity on the I2C bus at all the pins remain high ...

.wav player based on STM32F407 using internal DAC

Posted on August 30, 2015 at 20:03Hi, as specified in the topic, I'm trying to create my own wave file player using f4-discovery board. I've managed to configure the DAC, read the file, find the data section, read the samples and I can hear the soun...

konrad23 by Associate
  • 573 Views
  • 1 replies
  • 0 kudos

Putty and STM32F0

Posted on August 29, 2015 at 19:58Hello,I have some questions (they might seems easy to you, but not to me).Im using a STM32F0 discovery and I want to read the USART2 data with putty.Since the USART2 is not directly connected to the PC, I don't know...

edouard by Associate II
  • 881 Views
  • 4 replies
  • 0 kudos

STM32F4: Canbus bootloader

Posted on August 30, 2015 at 17:10Hello,i see that if i activate the bootloader with BOOT0=1 and BOOT1=0 the system stay in the bootloader cycle all the time i mantain the pin configured in this way until restart the cpu. Is possible to jump directl...

STM32F103 Hardware NSS solution

Posted on August 29, 2015 at 00:01Hello.I'm having problems with STM32F103 SPI peripheral. On STM32F072 I could have proper transmission with hardware NSS management, but on STM32F103 it is just pulled low and it stays like that.Is there any solutio...

proc9 by Associate II
  • 387 Views
  • 2 replies
  • 0 kudos

Stop activity

Posted on August 29, 2015 at 07:50Hi, please helpe me for this problem: we program stm32f103 using IARand I wants makes a signal using TIM2 but micro works for one time after programming after turn off power other dont work and stop out signal that ...

v_mo83 by Associate
  • 369 Views
  • 2 replies
  • 0 kudos

STM32F107 as http client ?

Posted on August 25, 2015 at 11:28Guys, Does anybody know where I can find example for http client on STM32 ? I've made it run as http server....and I need it as a client... Any clues/ links /ideas ? Thanks a lot

STM32F373 BGA100 maximum SDADC differential channels

Posted on August 28, 2015 at 20:46I need to convert 9 differential inputs using the SDADC units on an 'F373.  The block diagram (in the RM) for one SDADC unit implies the input channel mux is only for one unit, not all three.  The F373 datasheet als...

jpeacock by Associate III
  • 342 Views
  • 1 replies
  • 0 kudos

CubeMX LWIP Middleware Generated Code

Posted on February 12, 2015 at 13:51I am having a problem with LWIP code.  From MX tool I enable DNS so that LWIP_DNS is defined as 1 in lwipopts.h file yet this is not detected in any of the files. For example in netdb.c:#if LWIP_DNS && LWIP_SOCKET...