STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Multiple ADC Channels (using registers)

Hello all, I am currently working on a project in which I need to sample 5 ADC channels every 50 ms. As of now, I am trying to use TIM2's TRGO (interrupt triggered every 50 ms) to trigger the conversion of a regular sequence of 5 ADC channels (PA0 - ...

caden013 by Associate II
  • 1141 Views
  • 2 replies
  • 0 kudos

P-NUCLEO-LRWAN2

I have the P-NUCLEO-LRWAN2 package. The Gateway (NUCLEO-F746ZG with the RisingHF ARDUINO® expansion board (LRWAN_GS_HF1) has a firmware VERSION: 2.1.7, Nov 6 2018. I was wondering if there is an update to the firmware and what the current version of ...

Grey by Associate
  • 606 Views
  • 1 replies
  • 1 kudos

RAM test method for X-CUBE-STL

Hi,I am reviewing the Safety Manual to utilize the Self-Test Library provided by ST, and I have questions about the RAM Test method.It is mentioned that STL provides RAM Test using the March C-algorithm, and its verified diagnostic coverage can satis...

yang90 by Associate
  • 729 Views
  • 1 replies
  • 0 kudos

Resolved! Timer 8 Output Compare

Hello,I am using the board "STM32F407G-DISC1" and I want to implement a test code for timers in output compare mode,Timers (2,3,4,5, and 12) worked perfectly.but it does not work for Timer 8 Channel 2 (I used all possible pins for this channel "PB0, ...