STM32 MCUs Products

Ask questions, find answers, and share insights on STM32 products and their technical features.

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

I2C_GetFlagStatus problem

Posted on February 02, 2016 at 21:32hiI have  problem with this function I2C_GetFlagStatus, when I call it  as bellow :I2C_GetFlagStatus(IOE_I2C, I2C_FLAG_SB)/**************************************FlagStatus I2C_GetFlagStatus(I2C_TypeDef* I2Cx, uint...

javidan by Associate
  • 492 Views
  • 0 replies
  • 0 kudos

AF remap on F1 vs. F3 series

Posted on January 30, 2016 at 23:04In previous design, where we used STM32F103 we could have two alternate functions on the same pin. It was SPI CLK (used for SSI protocol) and TIM2_CH2 which was configured that every CLK edge reset CNT register (us...

matic by Associate III
  • 534 Views
  • 3 replies
  • 0 kudos

STM32F Nucleo Firmware Upload with TrueSTUDIO

Posted on February 01, 2016 at 20:15I installed the Atollic TrueSTUDIO IDE for developing software for the STM32F303RE-Nucleo board, and have been trying to run the example file located in: STM32Cube_FW_F3_V1.4.0\Projects\STM32F303RE-Nucleo\Examples...

0690X00000605ZjQAI.png
ifarah by Associate
  • 525 Views
  • 1 replies
  • 0 kudos

Half-precision floating-point

Posted on February 01, 2016 at 20:32Hello,Using STM32F4 and IAR I am trying to convert a float (32bit) into Half-precision floating-point (16bit).(I am aware of the significant precision loss, but I have bandwidth limitations)Looking at ST's AN4044 ...

Minor issue with USB middleware

Posted on May 25, 2015 at 17:21I am aware ST only manage non case sensitive file system. However a small BUG correction would be appreciated. It would be useful when compiling the cube generate code in other environments (OSX/Linux) usbd_cdc.c @ li...

STM32L1 Library Fail

Posted on February 02, 2016 at 14:15Hello friends, I use STM32L100C-Discovery Board and I tried to add some library with use Manage Run - Time Environment tools(KEIL uVision5). I want to use ADC and I can not see ADC library . I just added ''Startup...