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

Problem SPI STM32F405 for TLC5971

Posted on August 31, 2017 at 21:12Hi everyone,I'm trying to program ahttp://www.ti.com/product/TLC5971, with the SPI1 of STM32f405. Unfortunatly the PWM of thehttp://www.ti.com/product/TLC5971is not working. It is a LED driverI have checked the inpu...

0690X000006085mQAA.png
ignasi by Associate II
  • 1114 Views
  • 5 replies
  • 0 kudos

'OCx fast' in One-pulse mode

Posted on August 31, 2017 at 10:58I'm using STM32F429x. I'm confused by the 'OCx fast' setting when using the 'One-pulse mode' of the timer. In DM00031020 section 17.3.15, it states:In One-pulse mode, the edge detection on TIx input set the CEN bit ...

0690X000006086GQAQ.png

STM32L433R : unable to find __iar_program_start

Posted on September 01, 2017 at 07:35Hi,I am trying to figure out the initialization sequence for STM32L433R. In startup_stm32l433xx.s: i see that the vector table  first initializes the current stack pointer.After that it runs Reset_Handler. The Re...

hardik by Associate II
  • 2119 Views
  • 3 replies
  • 0 kudos

STM32L475 SPI Behaviour

Posted on September 01, 2017 at 11:26Hello,In the new design I'm working with, the STM32L475 device uses SPI interface in order to communicate with a transceiver. This transceiver is used in other designs without problems and it must act as SPI-mast...

0690X00000603mDQAQ.jpg 0690X0000060446QAA.jpg

Resolved! Where can I find specification of STM32F429I-DISC1?

Posted on September 01, 2017 at 04:23Hi,I'd like to buy STM32F429I-DISC1 kit for study. but I can't find STM32F429I-DISC1's specification what I mean is such a memory map and detail connectives information with memory map. How do I get STM32F429I-DI...

Problem when transfering Data between 2 UART Ports

Posted on September 01, 2017 at 05:07Hi,im try to transfer Data through 2 UART ports. but the problem is only the first element of the Data received.my model is like this. sent [50 1 1 52]or[50 2 2 52] through USART1 and receive it from USART3.Both ...

0690X000006085XQAQ.png

stm32l4xx_nucleo_32.h file not found

Posted on August 31, 2017 at 23:38I downloaded the example projects to run on the Neucleo board. I downloaded STM32Cube_FW_L4_V1.8.0.zip file and opened the workspace in STM32L432KC_NEUCLEO board. The workspace was for PWR_STANDBY_RTC  . When I try ...