USB Host Base Class 06h (Still Imaging) Â
Posted on May 19, 2017 at 11:30I need USB Host Base Class 06h (Still Imaging) ,Please Help.Ty.
Posted on May 19, 2017 at 11:30I need USB Host Base Class 06h (Still Imaging) ,Please Help.Ty.
Posted on May 18, 2017 at 16:09Hello, I recently migrated from 8 bit processors and something that has always worked for me is showing some unexpected behavior. Clearly I am missing something very obvious to you 32 bit guys // define a structure som...
Posted on May 19, 2017 at 10:36I want to use the DSP library function 'arm_lms_f32'.My platform is Keil uVision5, it have a toolbox called 'Manage Run-time Environment'.I chose CMSIS/CORE, CMSIS/DSP, and Device/Startup.When I add the function into m...
Posted on May 17, 2017 at 16:52Hi everyone,Pretty new to WiFi I have some beginner questions:I want to build a small system using a STM32 that should connect to a smartphone using WiFi direct to upload/dowload pictures and other sort of documents.I'...
Posted on July 06, 2016 at 16:22Running the install SetupSTM32CubeMX-4.15.1.linuxcrashes. OS: Ubuntu 16.04LTS 64 Bitjava version:java -versionopenjdk version ''9-internal''OpenJDK Runtime Environment (build 9-internal+0-2016-04-14-195246.buildd.src)...
Posted on May 18, 2017 at 23:17I am working with the STM32F405 microcontroller and I have a an SPI-bus across a detachable cable (please no comments about this, it works fine and it's not the point of this post) and I'm using the DMA-controller to b...
Posted on May 17, 2017 at 12:50HI, not much experice with Cortex Devices,Is there any Software Interrupt Example, for M0/M0+ devices.I am using STM32 Cube's HAL structure, with a F091 Nucleo board.Just found a void SVC_Handler(void) in the stm32f0xx...
Posted on May 17, 2017 at 18:38Hello,I am working with the board P-NUCLEO-LRWAN1 (https://community.st.com/external-link.jspa?url=http%3A%2F%2Fwww.st.com%2Fen%2Fevaluation-tools%2Fp-nucleo-lrwan1.html) for a project. I want to add a GPS receiver to ...
Posted on May 17, 2017 at 18:30How can I wirte algorithm for power spectral density and spectrogram?Thank in advance #power-spectral-density #fft-stm32f4 #spectogram
Posted on May 16, 2017 at 23:35To run multiple STM32F7's as SPI Slaves I enable/disable their active control of MISO using:/* Enable MISO to be actively driven (i.e., controlled by the SPI2 module). */GPIO_InitStruct.Pin = SMCU_SPI2_MISO_Pin; GPIO_I...