STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Privilege for Interrupts

Hi, I want to deactivate all interrupts during a short period. I'm using __disable_irq();however, it says, that this can only be used in privilege mode. If I use this function my board crashes. I want to look up the privilege level, but the RM at pag...

SPI Master NSS always low in STM32F4

Posted on March 03, 2017 at 12:34Hi guys!I'm configuring the Nucleo 64 with the STM32F446RE to use SPI as a Master.The problem I'm having right now is that the NSS pin is always low. Clock and MOSI are perfect. What I would like is that the NSS is h...

0690X00000606TiQAI.png 0690X00000606TjQAI.png

programming for STM32F302VB.

hi STM,i have STM32F303E-eval board which can me mapped to STM32F302VB mcu i/o lines.how to validate STM32F302VB source code using STM32F303E-eval board.please give inputs.regards,roushan kumar

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
  • 869 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
  • 991 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
  • 587 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
  • 673 Views
  • 5 replies
  • 0 kudos