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

I am having trouble with the function HAL_QSPI_TRANSMIT().

I am using the QSPI on my nucleo STM32F767zi  board to access a WINBOND FLASH chip.  I am using cubeMX 2.61 with IAR compiler 7.80. ​I can access the FLASH chip using HAL_QSPI_COmmand(). I appear to get dat when I issue a command to read the chip and...

MSimm.15 by Associate
  • 634 Views
  • 0 replies
  • 0 kudos

Using bxCAN HAL; STM32F072

To begin, I have a question regarding the CanTxMsgTypeDef and the CanRxMsgTypeDef configurations (listed here.)My question is, how to properly initialize the parameters :uint8_t Data[8]; of CanTxMsgTypeDef and uint8_t Data[8]; CanRxMsgTypeDefI can lo...

Resolved! Jump from one Application to another STM32H743

Hi all,I have a problem when jumping from one application to another within my new STM32H7 system.Explaination: All my systems can be updated via my own bootloader (running on 0x800 0000) application, which communicates via USB port with a PC to my s...

GS1 by Senior III
  • 2482 Views
  • 10 replies
  • 0 kudos

Resolved! RM0395, STM32L412 and ADC12_CLK

Hello,RM0394 Rev. 4 chapter 16.4.2 clocks should note in a preamble or something similar that Dual clock and ADC12_CLK is not available on STM32L412. Reading through RM0394 I conclude that ADC clock is HCLK fixed on L412, but I don't see it stated ...

RM0394: Mismatch RM0394 and stm32l412xx.h

Hello,while RM0394 talks about CH18SEL and CH17SEL, in16.7.2 ADC common control register (ADC_CCR)stm32l412xx.h only knows ADC_CCR_TSEN and ADC_CCR_VBATEN .While the names in stm32l412xx.h are know to me from other devices, the names in RM0394 are ...