STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Restrictive ldscript files in Stm32Cube F1

Posted on July 06, 2015 at 19:13I'm trying to decide if I want to use the STM32CUBE HAL code. Because I'm on linux, the cubemx thing doesn't run well, so I used the windows version and generated some code to use with openstm32 ( which also doesn't r...

Rickta59 by Associate
  • 545 Views
  • 3 replies
  • 0 kudos

SDIO Interface.

Posted on July 06, 2018 at 13:02I am using Nucleo F446ZE board and i am trying to interface MicroSD card using 1 bit SDIO Interface(Truestudio).I am using cubemx4.26 with STM32Cube_FW_F4_V1.21.0This code works fine 'if(f_mount(&myFATFAS,SDPath,0)==F...

KINGame by Associate III
  • 322 Views
  • 1 replies
  • 0 kudos

SPI generates clocks when set to 8b mode

Posted on July 01, 2018 at 10:57I have strange problem, SPI is sending 16 clocks instead of 8 as configured, and my trinamic motor driver simply does not work. Same code worked for STM32F415, right now i am using STM32F051  GPIO_InitTypeDef  GPIO_In...

Linas L by Senior II
  • 639 Views
  • 4 replies
  • 0 kudos

Nucleo-F767ZI cannot send UDP data

Posted on July 05, 2018 at 16:51Hi,I got new Nucleo-F767ZI board. I created project for Atollic using CubeMX with FreeRTOS and LWIP and I was able to send ping without any problem. Then I try send small UDP datagram each 1s to mz PC, but it was unsu...

Rad Mosu by Associate
  • 471 Views
  • 1 replies
  • 0 kudos

DMA in Peripheral Interconnect Matrix in RM0351

Posted on May 28, 2016 at 11:37In RM0351 rev.3 (STM32L4x6, I am lazy to look into other RMs now), in the Peripheral Interconnect Matrix, chapter 9.2., Table 35, there is no connection to DMA indicated; similarly in the subsequent subchapters in chap...

spi problem with interrupt

Posted on July 05, 2018 at 16:53Hi every one I have problem in spi communication , I want to Send and Receive data with loopback(mosi connects to miso) in stm32f103c8t6 by interrupt . I set this settings in stm32cube : clock 8m, prescaler 128 ,,,......