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

startup script for dual bank debugging

I'm working with the STM32L152RE, which has dual flash banks. Each bank has a binary file image loaded. I'm trying to start the debugger in Bank 1 (0x08000000), have it stop at main() (or some specific address) and debug in assembly. I haven't been a...

LThal by Associate III
  • 831 Views
  • 1 replies
  • 0 kudos

TrueStudio PDM_Filter_Init

​I have added libPDMFilter_GCC.a and pdm_filter.h,but truestudio told me that undefined reference to `PDM_Filter_Init'.I dont know why.Thank you.​

tl by Associate II
  • 1063 Views
  • 3 replies
  • 0 kudos

how to get the Cuonter value ?

Hallo, i need in Simulink a Function such as HAL_TIM_GetCounter(); to get the value of the Runnuing Counter. would this block from STM32 MAT/Target do the same ? #[STM32-Mat/Target]​ #Simulink​ #Matlab​ ​

Samuel1 by Associate III
  • 621 Views
  • 0 replies
  • 0 kudos

Resolved! FreeRTOS debugging: Where am I?

I'm trying to debug a 429 FreeRTOS app using LwIP, which periodically has a huge (1.5 second) delay whilst trying to pump out messages. Using Atollic 9.1.0, Segger debug code on Nucleo-429ZI board. I can stop the application when it pauses, but the F...

[TrueStudio] What type is "XX_GPIO_Port" ?

To minimalize migration from a current working atmel design to a new stm32 design, i desire to create a abstraction function in atollic true studio. Currently, it seems that when generating the project via cube, the MX_GPIO_Init function uses each co...

JOF by Associate II
  • 1498 Views
  • 4 replies
  • 0 kudos

alternative malloc implementation

Hello,I am using Truestudio 9.2.0 with FreeRTOS 10.2.0I want to add custom malloc implementation in my project. I declared void * malloc( size_t xSize ){//please add your own code}in my c files but it gives me error.c:/program files (x86)/atollic/tru...

tushar_tp by Associate III
  • 709 Views
  • 1 replies
  • 0 kudos