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

CubeMX user notes

Posted on June 19, 2018 at 10:21I like to suggest a new feature for upcoming CubeMX versions. I often think it would be useful for a User's Notes addition especially on pins so one can remind one's self at a later date how you intended the pin to be...

ST32F103RB test UART for character?

Posted on June 20, 2018 at 11:03Hi All,I'm just getting started with STM32 micros but have previously used Atmel AVRs in several projects (in both C and asm), so I'm not new to microcontrollers, just this platform I'm currenbtly using the NEUCLEO-F1...

problem with stm32f4 CAN_Networking example

Posted on June 20, 2018 at 10:00Hi everyone In can networking example of stm32f4 we have:TxHeader.StdId = 0x321; TxHeader.ExtId = 0x01; TxHeader.RTR = CAN_RTR_DATA; TxHeader.IDE = CAN_ID_STD; TxHeader.DLC = 2; TxHeader.TransmitGlobalTime = DISABLE;a...

Resolved! Initialization of RAM_D2 in STM32H743

Posted on March 09, 2018 at 18:47Dear all,I'm using the Nucelo-144 board with a STM32H743ZI, with the GCC+Makefile toolchain, and am trying to get the RAM in the D2 domain to work.I generated a Makefile-project with CubeMX and added the following to...

asdfasdf by Associate III
  • 5527 Views
  • 4 replies
  • 1 kudos

Atollic Linker Issue: Symbols not always found

Posted on June 20, 2018 at 08:31Using latest Atollic TrueStudio (9.0.1) for STM32H743VI. From time to time, Atollic stops linking the project saying some symbols are not found. The only work around that I found is to re-create the entire workspace a...

Evaluate STM32L071xx on STM32L073RZ development board

Posted on June 19, 2018 at 05:11Hi everyone, could I purchase STM32L073RZ development board to evaluate STM32L071xx?  Actually I will start with some code for STM32L071xx generated by STM32CubeMX and then download into the development board, could S...

How can i get the clock signal from SPI_SCK?

Posted on June 19, 2018 at 05:23Hello. I want ask something that drive to me mad.Using STM32F769NIH for control external ADC(AD7192) with SPI interfaceSPI6 for SPI communication(PG13 -> SCK, PA6 -> MISO, PG14 -> MOSI)nChip Select controlled by PI13c...

Sync DAC output and ADC reading

Posted on June 20, 2018 at 00:32Hello,I have an application where I am using the DAC output to generate a signal which runs through a circuit and is read back on the ADC.  The issue I am struggling with is how to control the ADC sampling so that it ...