STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STMStudio table view.

Hi, I am wondering if there is any possibility to display the variable representation in the table as a character instead of e.g. uint8_t?Perhaps there is some possibility of displaying char strings. This option would be very helpful when working wit...

STM32 M0 and M3 caching

Hello,I have a general question about the CPU speed an instruction caching. I have worked a lot with 8bit AVR µC that typically run up to 16 MHz. It is always clear how fast an assembler code will run and when which command is executed and how long i...

Case of Infinite loop of RTC

There is a situation with RTC of RTC get into infinite loop in file stm32f7xx_hal.c.In the function HAL_StatusTypeDef RTC_EnterInitMode(RTC_HandleTypeDef* hrtc)lines while((hrtc->Instance->ISR & RTC_ISR_INITF) == (uint32_t)RESET)  { if((HAL_GetTick(...

STM32F4 I2C Issues solved

Posted on October 31, 2012 at 14:26I have just spent the last few hours of my life trying to get the STM32F4 Discovery board I2C working with an ADXL345 Accelerometer. Despite using setup code for the GPIO and I2C identical to examples provided in t...

STM32F051R8 TIM14 does not work

Hi,I'm practicing with the timers of my STM32F0-Disco.Quite simply, I'm trying to use TIM6 or TIM14 as a simple time base. In order to verify its correct functioning I have put a GPIO call to toggle a LED whenever the interrupt handling function is c...

MMazz.11 by Associate II
  • 1013 Views
  • 5 replies
  • 0 kudos

Double Speed Systick STM32F042

I configured a Project with STM32CubeMX 5.3 for STM32F042. Using Nucleo-Board witch Jumpering for MCO from STLink..The 1ms Timer works fine when using HAL for RCC, but it goes double Speed when changing RCC to LL. I have to limit Codesize for a Boot...

STM32F302 ADC Pin Negative Injection Current

Recently started working on an STM32F302, and am having a really odd issue with the ADC. It seems that there is current coming out of the ADC pin. We have a 10k resistor with an anti-aliasing filter feeding the channel, and we see current flowing out...

vielster by Associate II
  • 1358 Views
  • 7 replies
  • 0 kudos