STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

DMA 0 transfer is working

Posted on June 20, 2018 at 14:12Hello,because of my mistake I call function:HAL_StatusTypeDef HAL_DMA_Start_IT(DMA_HandleTypeDef *hdma, uint32_t SrcAddress, uint32_t DstAddress, uint32_t DataLength)with params:HAL_DMA_Start_IT(hmmc_xy, from_addr, to...

STM32L433 SMPS Part Markings

Posted on June 20, 2018 at 14:06Hi.The STM32L433RxT (64-pin LQFP part) is available in a standard and SMPS version.The standard version is marked on the chips for example 'STM32L433RCT6'.The SMPS version has a different pin out and is ordered by add...

Isolated RST contact, ATR and smartcard

Posted on June 20, 2018 at 13:35Hello! I've studied STM3220G-Eval sample which works with a GSM smartcard. My project is based on ST sample. I was asked to catch ATR only after the following steps:1) SC_Reset(GPIO_PIN_RESET);2) HAL_Delay(200);3) SC_...

Stm32 microcontroller configuration !

Posted on June 19, 2018 at 09:57Good morning, I am configuring the microcontroller of my stm32F401RETx through STM32Cube MX, but I have the following doubt:    -> I need to get 18 pwm, the Tx and Rx, but to get said pwms I need to at least take the ...

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
  • 5272 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...