STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! STM32F070CBT6 SysTick_Handler never called

Hi all,I have a custom board I have designed with an STM32F070CBT6 on it. Currently it is only populated with the power regulator, one led hooked up to pin PA1 and the debug header.I've used STM32CubeMX to generate a simple test project that initiali...

Nucleo-H743ZI: Strange behavior of CANFD-Controller!

Hi together,I have two Nucleo-Boards with same sw and same external HW. On one HW I get RX acknoledge errors, on the other one everything is fine.Nucleo-H7 with STM32H743ZIOn-Chip CANFD-Controller, CANFD1 (PA11, PA12) and CANFD2 (PB13, PB12)Own exter...

RMehl by Associate
  • 498 Views
  • 1 replies
  • 0 kudos

Why are all MAC callback functions in I-CUBE-LRWAN moved to lora.c ("inside the stack") and statically defined? (in Stackforce this is not the case)

While working on a standard OTAA Rejoin procedure for our application I've noticed the LoRaMAC callback primitives are all fixed in the LORA_Init() function. When I want to catch the event the MAC layer signals the reception (or not) of a server ACK ...

ingpjb by Associate
  • 321 Views
  • 0 replies
  • 1 kudos

Why my SPI doesn't work?

I'm want to communicate with a 1.54 inc epaper waveshare screen via half-duplex SPI from my nucleo STM32L433RCxT board. I use CUBEMX, HAL library, TrueStudio and ST-Link Utility.I have a problem. Whenever I try to send anything with use of the SPI w...

RDois by Associate II
  • 496 Views
  • 2 replies
  • 0 kudos

Hello forum, The processor is STM32F072 I got a download of a code snippet that I want to modify. It works great on PA8. I want the same PWM output on PA9 and PA10. I tried several things but none worked. Here is the code snippet /* (1) Enable the

Posted on March 23, 2017 at 00:15Hello forum,The processor is STM32F072I got a download of a code snippet that I want to modify.  It works great on PA8.  I want the same PWM output on PA9 and PA10.  I tried several things but none worked.  Looking f...