Ask questions, find answers, and share insights on STM32 products and their technical features.
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?
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...
Can any one help me on this. thanks in advance
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...
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...
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...
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.