STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32Java webpage missing

Posted on May 13, 2016 at 09:56Searching for STM32Java on the new st web yields the following link: http://www2.st.com/content/st_com/en/products/development-tools/software-development-tools/stm32-software-development-tools/stm32-ides/stm32-java.htm...

SPI NSS cannot change automatically

Posted on May 05, 2016 at 17:07Hi, If I configure NSS as hardware management, it it controlled by the SPI peripheral. However, from the manual, the NSS is low when the SPI is enabled, and NSS is changed to high only when SPI is disabled.I think it i...

wenbin by Associate II
  • 707 Views
  • 4 replies
  • 0 kudos

F107 USB OTG as a device only

Posted on May 05, 2016 at 19:13Folks, I have code for using the F103's USB device port as a virtual com port. Does anyone know: 1. Could I use that ''as is'' on the F107's OTG port. I only ever want to use it as a device. 2. Do I really have to hav...

DiBosco by Senior II
  • 325 Views
  • 3 replies
  • 0 kudos

Problem with uint64_t and EXTI Callback function

Posted on May 11, 2016 at 15:43Hello, I use the HAL EXTI callback function on an STM32F411 and have made the following strange experience: When changing data types from float to uint64_t for Efficiency in another callback function (actually from DMA...

herbert by Associate III
  • 1147 Views
  • 11 replies
  • 0 kudos

SPL USB HID get idle status

Posted on May 06, 2016 at 18:58Hello, I am working on project where i need to send hid reports to android phone. I know how to send data, but i need to send empty message to unpress all buttons. How can i do that, how can i know, when message is sen...

HAL: reset EXTI block

Posted on May 12, 2016 at 12:08func HAL_DeInit(); // Reset of all peripherals  does not reset EXTI block, as it is in HAL_GPIO_DeInit()    /*------------------------- EXTI Mode Configuration --------------------*/      tmp = SYSCFG->EXTICR[position ...

pestov by Associate II
  • 302 Views
  • 0 replies
  • 0 kudos

Two Virtual COM Ports

Posted on May 11, 2016 at 13:01Hello. I made a code to send and receive data via USB bus based on the CubeMX CDC (Virtual COM Port).Now I can emulate one virtual COM Port with STM32F407VGTx Discovery Board, but actually I'm thinking if I can emulate...

Getting the TimeStamp betterway in ms in STM32F4

Posted on May 09, 2016 at 06:15How can we get the timestamp information in a better way in ms - using systick configured @1ms and calling HAL_GetTick() to get the time in ms or using RTC? #systick #priority #!stm32f4-!stm32f401-!rtc #stm32f4

darla14 by Senior
  • 3186 Views
  • 10 replies
  • 0 kudos