STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32H743ZI Embedded Trace Buffer

Hi,I am trying to use the ETB on a NUCLEO-H743ZI board, and I can't seem to get it working. I tried with Atollic TrueStudio, CubeIDE and Ozone from Segger. In Ozone I get the message "Instruction trace disabled. Configured trace source not supported....

luka by Associate
  • 342 Views
  • 0 replies
  • 0 kudos

I am new to micro-controller programming . I am using STM32F091RC Nucleo board. I am trying to read the temperature using NTC thermistor of 10 kOhm. I burned the code on micro-controller and tried to see the output on STM Studio.

 But my adc_value is stuck at 59390 for some reason. I don't see any change in temperature and I am not sure if I am doing it right. Can anyone help me?/* Private variables ---------------------------------------------------------*/ADC_HandleTypeDef ...

Pinki by Associate
  • 668 Views
  • 2 replies
  • 0 kudos

Resolved! STM32F30f4, standard cube configured out of the box software locks up after fixed number of processor cycles. IO looks to resets also. Loops in system memory starting at 0x1ffffed68. Only if sysTick is enabled. Does not get to sysTick interrupt.

STM32F30f4 Does this in debug mode or release with and without STLINK attached via SWCLK Pin 20,SWDIO Pin 19,NRST Pin 4.Using HSI clock and PLL , but tried also without PLL. I've only enabled IO on the standard IO lines available, PA0 -> PA7 Pin 6 to...

PKnel by Associate II
  • 889 Views
  • 4 replies
  • 0 kudos