STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! Understanding the STM32F4 Linker Script for GCC?

Posted on January 18, 2018 at 03:32I have an STM32F429 dev board.  I've been playing around with the GCC version of the STemWin example that comes with the STM32CubeF4 package.  I've tweaked the Hello World example to do something entirely different...

Can One-Pulse mode only be set for CH1 and CH2?

Posted on December 25, 2017 at 02:29In STM32F4's HAL code for function 'HAL_TIM_OnePulse_Start':/** * @brief Starts the TIM One Pulse signal generation. * @param htim pointer to a TIM_HandleTypeDef structure that contains * the configuration informa...

Resolved! stm32F3 clock tic reading

Posted on January 16, 2018 at 01:33Hello,I've got a simple control loop and I need to track the elapsed time of each loop.  Duration will be anything from 2u-sec to 500 u-sec.  I'm wondering if there's a system clock tic register or countdown timer ...

Trouble updating ST Workbench

Posted on January 17, 2018 at 15:57This isn't a question, but a suggestion. I've always had trouble running AC6 Eclipse 'Updates', I'd usually get a 'Connection Reset' error, over and over, until one day it would work. Previously, I'd assumed the ho...

Error in UART4/UART5 in NUCLEO STM32F103RB

Posted on January 17, 2018 at 21:51When I initialize UART4 registers in STM32 micro-controller, I get this error, *** error 65: access violation at 0x40004C0C : no 'read' permission*** error 65: access violation at 0x40004C0C : no 'write' permission...

STM32 I2C interrupt driven configuration question

Posted on January 17, 2018 at 21:33Hello,I've have the I2C example code I2C_TwoBoards_ComIT working between an F722 board and a F303 board.  That example passes a fixed size character buffer between the two boards fine.  As I start to modify the cod...

Resolved! NUCLEO - F303RE Alternate function mapping

Posted on January 17, 2018 at 16:07Where can I find the alternate function mapping for GPIO pins? Normally these can be found in User Manual for a given card, but I can't find it for the NUCLEO-F303RE.  

freppa by Associate II
  • 1274 Views
  • 5 replies
  • 0 kudos

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...