STM32 MCUs Products

Ask questions, find answers, and share insights on STM32 products and their technical features.

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

SPI data transmission

Using STM32f3xxx series & using SPI2.I wanted to transmit 32 bits data at atime, but in APIHAL_StatusTypeDef HAL_SPI_Transmit(SPI_HandleTypeDef *hspi, uint8_t *pData, uint16_t Size, uint32_t Timeout) pData is fo r uint8_t.how to transmit uint32?

Bs.1 by Associate II
  • 708 Views
  • 2 replies
  • 0 kudos

Can not able to transmit continuously

Hi,i am transmit data through can protocol in stm32f103 controller in the while loop and i am doing doing adc and display data on 16x2 lcd so i found that doing this my can transmit is transmitting only 4-5 times amd then stop so i want to ask what c...

ABhat.7 by Associate III
  • 343 Views
  • 0 replies
  • 0 kudos

Timer in Encoder Mode Interrupt via Output Compare

I know, I'm repeating an age old question, but has there been any updates on generating an Interrupt when using a Timer in Encoder mode? I know, that the Interrupt doesn't fire in Encoder mode, but I read in this one thread, that it's somehow possibl...

RKage.2 by Associate II
  • 1046 Views
  • 3 replies
  • 0 kudos

Ordered MCUs have shorted pins

Hello. I recently purchased STM32F405RGT6's. However, out of package and on all of the IC's that I received, I discovered shorts between pins 17 (PA3) and 18 (VSS), which I do not believe should be shorted. I have a few STM32F405RGT6's that I purchas...

LShen.3 by Associate II
  • 1034 Views
  • 7 replies
  • 0 kudos

[SOLVED] --- Encoder very easy code ---

Here the code to read encoder.unsigned int Enc_dir; unsigned int save_a = 0, save_b = 0;       void BSP_Encoder_Init() { GPIO_InitTypeDef gpio_init_structure;   __HAL_RCC_GPIOF_CLK_ENABLE();   gpio_init_structure.Pin = GPIO_PIN_8; gpio_in...

STM32F746 Flash Memory Organization?

The datasheet for the STM32F746VET shows that it has 512k bytes of Flash. But the Reference Manual for the STM32F74xxx shows 1Mbyte of Flash (sectors 0 thru 7). Do we just assume that sectors 6 and 7 don't exist? This seems a bit vague.

0693W000008y5wvQAA.png