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

FSMC question

Posted on July 24, 2014 at 19:32I have a question:the following lines show how FSMC is addressed: #define LCD_BASE        (0x60000000UL | 0x0C000000UL) #define LCD_REG16  (*((volatile U16 *)(LCD_BASE  )))  #define LCD_DAT16  (*((volatile U16 *)(LCD_...

Using structure causes Hardfault exception

Posted on July 23, 2014 at 23:49Hi everybody,I'm trying migrate a program from 28335 to stm32f407. I was using a structure to store some data, and passing the pointer to this structure to a function. Now I find that if I define the structure variabl...

yifan115 by Associate II
  • 428 Views
  • 4 replies
  • 0 kudos

RAM, Heap, and Stack memory for an STM32 board

Posted on July 24, 2014 at 11:18 I am working on a project that requires at least 500 kB of memory to be used. I have an SDK with this code defining the stack and the heap and it works fine. Stack_Size EQU 0x00004000 AREA STACK, NOINIT, READWR...

Set GPIOs to high impedance

Posted on June 27, 2014 at 10:11Hopefully this is an easy question: To set up a GPIO to high impedance mode, I have to configure it as input? If I want something connected to ground at this pin, I can set it to an output with low level? What I actua...

Configure the timers count at 32-bit

Posted on July 18, 2014 at 08:39Hi, I'm using the device STM32F030C8T6 that has all the timers count at 16-bit. I need using the timer count at 32-bit. In the data sheet in the page 67 reads ''Maximum possible count with 32-bit counter''. How can I...

u23 by Senior
  • 419 Views
  • 7 replies
  • 0 kudos

STM32Cube SDHC capacity bug (solved)

Posted on May 11, 2014 at 17:21Hello, in stm32f4xx_hal_sd.c line 1554 :pCardInfo->CardCapacity  = ((pCardInfo->SD_csd.DeviceSize + 1)) * 512 * 1024;should be :pCardInfo->CardCapacity  = (uint64_t) ((pCardInfo->SD_csd.DeviceSize + 1)) * 512 * 1024;or...

yada2 by Associate II
  • 312 Views
  • 4 replies
  • 0 kudos

USB MSC ''STORAGE_GetCapacity_xx()'' bug

Posted on July 23, 2014 at 05:09Hi allI am sure this has been discussed (although I cannot find any reference to it):The SDIO capacity bug also extends to the ''STORAGE_GetCapacity_xx()'' functions where it enters with a pointer to a uint32_t value ...

ADC: first injected channel creates voltage peak

Posted on July 22, 2014 at 10:53Hello!I have a problem with the ADC on my STMF4Discovery Board.I am reading two analog voltages with ADC1 in triggered injection mode.The voltage on the pin with injection rank 1 always has a peak at the injection eve...

0690X000006058nQAA.png 0690X000006058sQAA.png
Labels