STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

HAL versus Keil RTOS

Posted on December 16, 2014 at 09:17I've written for years applications using Keil RTOS without problems.Now I'm trying to use HAL device drivers, but it seem they are incompatible...Anyone has some ideas or suggestion?

giuseppe by Associate II
  • 508 Views
  • 3 replies
  • 0 kudos

STM32F072 bootloader ''limiitation''.....

Posted on January 23, 2015 at 15:58Hi, I think I've found a ''bug'' in the bootloader. AN2606 documents for '051 chips on page 58 that: [quote] When the user application configures a value of HSI TRIM bits (in RCC_CR register) and then jumps to the ...

Nucleo blue user button and exti in HAL

Posted on February 24, 2015 at 16:05Is it possible to configure external interrupt for blue user button on Nucleo bord (which is PC13) using HAL library?As given in examples for EXTI_Line0 connected to PA.00 pin:  GPIO_InitTypeDef   GPIO_InitStructu...

sergey2 by Associate II
  • 1124 Views
  • 3 replies
  • 0 kudos

keil uvision5 - how to run code from internal sram

Posted on February 26, 2015 at 11:26hello, first sorry for my bad english. Currently i am working on project that require a lot of debugging.I am using keil uvision5 and stm32f4 and would like to run code from internal sram instead of flash. How to...

andjelko by Associate II
  • 935 Views
  • 1 replies
  • 0 kudos

stm32f0 alarm subseconds not updated rtc

Posted on February 26, 2015 at 14:10 It is necessary that the uc (STM32F051) was in STANDBY mode and wake up periodically to 4 times a second. RTC is clocked from the LSE. Setting Alarm occurs after checking the contents of the configuration RTC...

alux by Associate
  • 366 Views
  • 0 replies
  • 0 kudos

ST32F407VG MC01 and MC02 Prescalar Values

Posted on February 26, 2015 at 00:15Hi, I'm trying to understand and make some changes on to code already written.In clock configuration on this code MC01 and MC02 values have been changed to 2 and 5.Usually we were using them as default no division...

nucleo on embed frpm linux pc

Posted on February 26, 2015 at 07:46hello everyone, can nucleo be operated through online embed platform from a linux pc? we plan to work stm32 based devices in my company but we have only linux platform. thank you regards kj #embed

kumaresh by Associate II
  • 262 Views
  • 1 replies
  • 0 kudos

DMA Returned Array organization STM32f051K4TX

Posted on February 26, 2015 at 04:42 I looked at several post and discovered that other have seen the following: Thanks again for your reply. The code is working fine. It seems like the data in the array is arranged like this: Regul...

mjohnson by Associate II
  • 306 Views
  • 1 replies
  • 0 kudos

Enable & disable usb stm32L ?

Posted on February 26, 2015 at 03:59 I used Stm32l053, made project by Stm32Cube MX with USB HID device. I enabled USB, sent data ok. but I want disable USB when don't used usb then enabled USB again when need. how do this,  disable USB and enabl...