STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! Enabling and disabling CCR interrupts on a running timer.

Hello all. I am trying to set up a continuously running timer to use to set of interrupts at specific counts of the timer. So the user of this thing would say "setAlarm(n)" and at timer=n an interrupt goes off. But I also want interrupts for the ccr...

JSven.9 by Associate II
  • 1730 Views
  • 5 replies
  • 0 kudos

Hello everyone I'm a RT embedded engineer and I want to ask question about HardFault_Handler debug. I'm working on STM32G070RB, Can somebody have a good tequinqe how debug HardFault_Handler?

void HardFault_Handler(void){ /* USER CODE BEGIN HardFault_IRQn 0 */  __asm volatile  (    " tst lr, #4                        \n"    " ite eq                          \n"    " mrseq r0, msp                       \n"    " mrsne r0, psp               ...

gilramon by Associate II
  • 1205 Views
  • 8 replies
  • 0 kudos

libraries st7282 or configuration st7735 object

Good morning I have a tft st7282 with which I should view manually created images (pixel by pixel color for a thermal scanner) I would need the reference library to use functions such as FIll_Rect, Draw_line etc... where can I find it? currently I ha...

Icont.1 by Associate II
  • 381 Views
  • 0 replies
  • 0 kudos

__CC_ARM and __ARMCC_VERSION regarding __attribute__

In the example projects there is no dedicated __ARMCC_VERSION (ARM compiler V6).file: stm32_wpan_common.h, in the BleHeartRateRTOS example#if defined ( __CC_ARM ) #if defined (__ARMCC_VERSION) && (__ARMCC_VERSION >= 6010050U) //We never get here! ...

DS.4 by Senior II
  • 2549 Views
  • 0 replies
  • 0 kudos