Others: STM32 MCUs related

Find out more about STM32 implementations with external components, discuss use cases, and discover how to use new tools and ST components.

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

How do I get SWO working on the STM32F373

My product uses the STM32F373CCT6 and can't get SWO working on the IAR tools and an iJet. These work on other projects just fine.I've contacted IAR and after enough digging it looks like their doing everything correctly (as I said, these things work ...

DBurk by Associate
  • 706 Views
  • 2 replies
  • 0 kudos

Resolved! Why does this code not work properly in trueSTUDIO?

​Hi.​I changed the debugging tool from IAR to trueSTUDIO for STM32.​There is code that IAR created and completed the operation. However, the same code, but does not work in trueSTUDIO.​An example of the code is shown below.​int a = 0;​void HAL_TIM_Pe...

SWoon by Associate II
  • 612 Views
  • 1 replies
  • 0 kudos

Resolved! Global Variables and Timer Interrupt

Greetings to all.I'm new to this forum and new with STM32 too. So i decided to experiment (and mess) with them to learn something.Now the first problem. I am esperimenting with timers, and after i discovered we can't use HAL_Delay() inside a timer's ...

VForm by Associate II
  • 5309 Views
  • 5 replies
  • 0 kudos

Resolved! Use mbedTLS on STM32F7 with TrueStudio

Hi there,is there any installation guide on how to use functions of the mbedTLS library (sha256, ecdh, ecdsa, ECC key generation) on a stm32f767zi with TrueSTUDIO as an ide?Thank you for your help. WorkingStudent

SPL2LL Converter F4 to L0?

I am trying to Convert my code, running on a NUCLEO F411RE Board to a NUCLEO L053R8 Board.There is a Datasheet "AN5044", so i followed the instructions. I choosed the source directory and the destination directory and started the convertion. I got 77...

Fix linker scripts in generated projects

Hello,On latest Atollic TrueStudio version (and at least since v9.0.1) the linker script included in default projects for all STM32 chips that I have tested (L476, F303, L053, F042, F070) are broken and will send the software directly into an infinit...

linker file missing when project is created using the Keil CMSIS package manager... I prefer this way because you are able to update anything from the package manager

I just do not like the STMCubeMX way... even seems quite cool to use it. I prefer to do it from scratch and have cleaner code. So, I prefer to use Atollic to create my project, but i found the CMSIS used in my Atollic project is quite out-dated. I fo...

EGonz by Associate II
  • 1415 Views
  • 5 replies
  • 0 kudos