STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! DMA cannot read SPI Data Register while Debuging in STM32F745

Dear All,I faced a problem and I would like to issue a note for other developers. If it is a hardware bug in microcontroller, it may also be helpful for ST developers to fix it for a later revision. Let me explain what I faced in detail. (While tryin...

0690X00000As8HhQAJ.png 0690X00000As8HXQAZ.png
TA1 by Associate III
  • 865 Views
  • 2 replies
  • 0 kudos

Supply external analog circuitry with AVDD?

So, I'm trying to integrate on a Test JIG a NUCLEO-144 with STM32F746ZG on board.It should be possible to draw some current since AVDD (CN10 pin1) is connected through a ferrite bead to the +3.3V (and in the user manual is written that the +3.3V can ...

Kepler by Associate
  • 989 Views
  • 2 replies
  • 0 kudos

Polling or Interrupt better for CAN-FD reception

Hi,I have brought a new Nucleo-H743ZI kit. I wanted to receive data from 5 nodes using CAN-FD which transmits at the rate of 5mbps. which is the best method to use Polling or interrupt to receive the data over CAN-FD??Note: each node send 30 kilobyte...

VPras by Associate II
  • 585 Views
  • 1 replies
  • 0 kudos

N-pulse waveform generation using STM32F767

Hi,I'm using STM32F767, Im trying to generate N-pulse waveform Generation but i couldn't achieve it.My TIMER configurations are static void MX_TIM2_Init(void){ /* USER CODE BEGIN TIM2_Init 0 */ /* USER CODE END TIM2_Init 0 */ TIM_ClockConfigTypeDef s...

VPras by Associate II
  • 672 Views
  • 5 replies
  • 0 kudos

I2S Slave Receive issue losing sync

All,I am completely stuck with this problem I am facing where I2S receiving data seems to lose its sync with master. I am using STM32F412CG MC. When I power the MC, it receives data from master device, and plays back nicely. Next time when master sto...

ARash by Associate II
  • 738 Views
  • 1 replies
  • 0 kudos

STM32F3 RTC Update issue

Hi All,I am trying to sync stm internal RTC by GSM. Now I am facing some issue. whenever I get the time from network I have to RESET the controller to get the network time.Do I have to reset the controller every time when ever I sync the RTC or there...

ASaxe by Associate II
  • 386 Views
  • 0 replies
  • 0 kudos

Resolved! STM32F030F4 TIM17 how to set master mode (TRGO source)?

STM32F0 reference manual 13.4.3, TIM1_SMCR description, Table 45 says that setting the TS bits to 011 selects TIM17 as the trigger source. That's fine, because I want to start TIM1 and TIM17 at the same time.However, the description of TIM17 has no m...

berendi by Principal
  • 2859 Views
  • 14 replies
  • 0 kudos

PWM TIM3

Hi,I am using STM32 F303 VCT6 and want to output PWM signal on TIM3, TIM2.I followed the instructions in some video to build the code using STM32CubeMX.I set the Clock Source for both timers to 'Internal Clock'.I set all four channels for bother time...

Ala1980 by Associate II
  • 1105 Views
  • 6 replies
  • 0 kudos

Invalid package data in a Nucleo F767ZiT6

Hello,I am trying to read the package type on a STM32F767Zi Nucleo board and instead of getting the correct value of 0x010, I am getting 0x111.Can you please tell me what is the problem?Is the register address wrong?Is the table of values wrong?I hav...