STM32 MCUs Embedded software

Ask questions and find answers on STM32Cube packages, including HAL, LL and middleware, and expansion software.

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32F4Discovery ADXL345 I2C Problem

Posted on March 05, 2018 at 06:22Hello;I have started to work on I2C communication by examining adxl345 sensor. I wrote basic code to test if my code works or not. According to the ADXL345 technical documentation, the 0x00 register should return dev...

STM32F746 CubeMX 1.6.0 possible FMC init bug

Posted on March 07, 2017 at 17:02I've just assembled and tested (by pin toggling) my custom board.Initial clock configuration is ok (and I would not recommend using Eclipse plugin, standalone app is way more stable); LED blinker is ok; basic UART co...

stm32cube I2c busy stm32F107

Posted on November 24, 2016 at 15:43Hi,I found an issue in the smt32cubeMX (ver 4.17.0 stm32F1 lib ver 1.4.0) when generating the I2C init code.I have an EEPROM connected to a smt32F107VC micro through  I2C.Stm32cube does generate the following code...

Adalgiso by Associate II
  • 1634 Views
  • 7 replies
  • 0 kudos

Hungarian notation on USB code

Posted on March 04, 2018 at 15:35If I am not mistaken some variables on the USB code use hungarian notation e.g. bRequest, wValue, wIndex etc.However there is one prefix that I don't know what it means bmRequest.Is it something like multiple bits be...

Resolved! STM32L475 USB OTG Host GPIO Interrupt Failed

Posted on March 02, 2018 at 18:48Hi,i have a STM32L475 with USB OTG as Host with USB Disk attached and an GPIOInt with callback void HAL_GPIO_EXTI_Callback(uint16_t GPIO_Pin).If i build my HAL without USB all is ok, but when i build it with USB Supp...

Resolved! HAL init code does not work when executed a second time

Posted on December 20, 2016 at 15:00I am porting older code to the HAL library using cubemx for an STM32F4_Discovery board.My application consists of a 'bootloader' that resides in the lower segment of flash.The actual application resides in higher ...

Sietse by Associate III
  • 1380 Views
  • 4 replies
  • 0 kudos