STM32 MCUs Products

Ask questions, find answers, and share insights on STM32 products and their technical features.

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

stm32f303 i2c bootloader: app note inconsistent

Posted on November 09, 2017 at 13:35Hi all,I see an inconsistency between application notes.Here, AN4221 shows that all STM32F303xx controllers have I2C bootloaders:But if I open a different document (AN2606) I see that it is NOT true:Which is true?...

B B by Associate
  • 301 Views
  • 0 replies
  • 0 kudos

porting from FREERTOS to RTX

Posted on November 09, 2017 at 13:35Hi,I am porting my code from FREERTOS to RTX on stm32 nucleo platform,but once data transmission starts programs stucks with in second in hardfault handler because of the stack over flow, but if I put some delay b...

malloc issue with 4K allocation in STM32F091CC

Posted on November 09, 2017 at 11:14Hi all,I have an application when I need to reserve 4Kbytes of memory. This size is fixed during the whole life cycle of my application.Therefore my first idea was to create a static memory allocation. But I also ...

STM32L152D SD Card Problem

Posted on November 09, 2017 at 11:19I'm having a problem on data logging.I use Chan's FatFs R0.08a, SDIO 1 bit mode, DMA and ST standard library, IAR compiler.I save 600,000 data per 200ms in SD Card using CSV format. It need about 33hours.If I try ...

CS Kim by Associate II
  • 486 Views
  • 2 replies
  • 0 kudos

Resolved! STM32F030X8 alternate function unclear

Posted on November 08, 2017 at 21:05In the STM32F030X8 datasheet the PortB pin 15 alternate function AF0 is both SPI1_MOSI and SPI2_MOSI(see table 13 on page 35 of en.DM00088500.pdf). The pin 15 is just an example - there are more of such.How can th...

Fatal error while Build

Posted on November 09, 2017 at 11:30Hello All,While build my project i got some error like below,but in application level no error . I am using the below environment1) NUCLEO L476RG2) IDE: System Workbench on STM32 3) updated AC6 plugins Error Messa...

HAL SPI DMA Transmit Question

Posted on November 08, 2017 at 08:00I am working with a DAC that requires the CS signal to be asserted/release on every command which it is 24 bits. Using normal SPI HAL functionality there is a idle/dead time between clocks for each byte being tran...

ST-Link/V2 no target detected

Posted on November 09, 2017 at 09:41Hi all, currently i hv facing a problem about 'no target detected' message from ST-Link utility.At the initial the physical connection is successful between STM32 microcontroller with ST-Link V2 utility, after few...

wong wk by Associate
  • 662 Views
  • 0 replies
  • 0 kudos

VTOR description error, ST Cortex-M7 manual

Posted on November 08, 2017 at 23:58The description of the VTOR register is incorrect in the ST Cortex-M7 programming manual (PM0253). The description ST Cortex-M4 programming manual (PM0214) is correct. The description in the ARM ARMv7-M Architectu...

dbrown by Associate II
  • 1647 Views
  • 2 replies
  • 0 kudos