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

STM32F4 DISCO data transfer

Posted on September 30, 2015 at 15:31I want to pass data from MP45DT02 MEMS mic  to the audio DAC CS43l22. All the configurations seems okay, the thing I can't seem to achieve is the correct Fifo buffer. The FIFO read variable (which points to the n...

matas by Associate II
  • 221 Views
  • 3 replies
  • 0 kudos

Basic IDE setup for an STM32F100RB and IAR

Posted on October 02, 2015 at 04:36I am experiencing a surprising amount of difficulty trying to set up an STM32 VL Discovery board (STMF100RB) with an IDE (IAR EWARM). I have downloaded the STM_STD_Peripherals.zip. and can open examples from it's f...

scook116 by Associate II
  • 590 Views
  • 6 replies
  • 0 kudos

Lwip tcp stack is locking after 2-3 days of working

Posted on September 02, 2015 at 15:20LWIP stack is lockingup about every 48-60 hours, with a casually polling ModbusTCP connection (~ 1000 ms between polls).It requires apower cycle of our equipment to restore the operation of the stack.i use codes ...

STM32F105RC UART problem

Posted on October 03, 2015 at 04:20 Hi, I'm currently working with STM32F105RC chip and trying to use UART4 (PC10 and PC11), which connects to a USB to UART module to a computer. The problem is, I'm not getting any readings from PC using hyperte...

Possible to Trigger SPI DMA Transfer from Timer?

Posted on August 22, 2015 at 07:04I am using an STM32F407 chip on a custom PCB. Using (mostly) HAL libraries, but I've ended up writing a lot of my code and verifying the registers individually. I am using an ADC that communicates over SPI. The tran...

ravix475 by Associate II
  • 624 Views
  • 3 replies
  • 0 kudos

STMCube and SPL

Posted on January 23, 2015 at 11:26having developed with the SPL in the past, and now tried the STMCube i would like to make a couple of observation. - i understand the rational for the development of the STMcube tool, but it is forcing developers d...

caspar by Associate
  • 1070 Views
  • 13 replies
  • 1 kudos

Timer calculator

Posted on October 02, 2015 at 18:13HI!! i need a function to calculate Prescaler and autoreload for my MCU STM32F4ZIT

med by Associate II
  • 226 Views
  • 1 replies
  • 0 kudos

stm32F411 and Vusb

Posted on October 02, 2015 at 13:41Hi, I'm trying to understand a Note from Reference Manual page 665. It state: ''The VBUS pin can be freed by disabling the VBUS sensing option. This is done by setting the NOVBUSSENS bit in the OTG_FS_GCCFG registe...

SPI with DMA can not send data properly ?

Posted on October 02, 2015 at 15:51 Guys, I tried to send data via SPI and DMA but can not get a proper data sent... I can't see CS up and down as well..... code: void Mp3WriteRegister(unsigned char addressbyte, unsigned c...

0690X00000602aAQAQ.jpg

how to wait until CDC_Transmit_FS finish

Posted on September 19, 2015 at 14:30I need to call several CDC_Transmit_FS, but between them I need to wait to previous CDC_Transmit_FS finish, otherwise I overwrite output buffer.Is there a flag, a macro or something else that may allows me to det...

Labels