STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

SPI over USART2 on STM32L052K8?

Posted on January 16, 2018 at 12:09Hi,I would like to know how to use the USART2 on my board (integrating the STM32L052k8 mcu) to communicate in SPI with an external slave.Is it possible? How can I do it? Is there an example or a snippet which I can...

Cube .ioc file for SDRAM setup in STM32H743 Eval board

Posted on January 15, 2018 at 21:51I am trying to get the SDRAM working in the STM32H743 Eval board. If you select the Eval board in the Cube, it sets up the pins for you, but does not fill in the memory settings. I have made my best attempt to do t...

Watchdog WWDG on STM32F0

Posted on January 13, 2018 at 21:45Is there a way to determine the line of code or PC address that caused a call to the HAL_WWDG_EarlyWakeupCallback?Perhaps print the previous stack entry address?Thanks!X

xarion by Associate II
  • 652 Views
  • 5 replies
  • 0 kudos

Any possibility: Get ADC input on PA9

Posted on January 17, 2018 at 14:42Hi,this might be a stupid question because datasheet says there is no ADC in pin PA9 on a STM32F407VGT, so what i am probably asking is if there is any way of working around this / finding a hack?Background is tha...

Resolved! cubemx interrupt

Posted on January 16, 2018 at 21:37I am new to CubeMX. How do I configure a pin as and interrupt? Also how do I setup Low Power sleep mode to wake up with WFI using CubeMX?

Resolved! STM32F415RGT ART Accelerator

Posted on January 08, 2018 at 14:32Hello,in your first project we use a STM32F415ZGT without any problems. Then we switch to the smaller version STM32F415RGT in a new design. With the same source code we got some times a hard fault when die MCU is b...

0690X00000609DvQAI.png

STM32F746 Page Size

Posted on January 15, 2018 at 17:31Hi, I am in the process and nearly completely writing a bootloader. The bootloader will load small sized programs, however if I load a large file then it goes wrong. I ave tracked this does to the writing by readin...

SD FATFS codes generated from CubeMX doesn't work?

Posted on January 16, 2018 at 05:39I'd followed the link workaround and it still doesn't workhttps://community.st.com/docs/DOC-1751-wa-proposal-when-using-fatfs-r012c-with-stm32cubemx So I'm just curious did I setup the CubeMX correctly. Appreciate ...

Flash memory operation

Posted on January 17, 2018 at 06:35Hello,I am using STM32F072RB. I have to read and write flash memory in one of application. If i used flash memory operation separately it working properly but when i combine my application code with it, It stuck in...