Can Someone Prrovide me a SSD1963 Based Sample Project using GPIO Interface on a Neucleo-401RE Board
Posted on February 19, 2017 at 17:57Can Someone Prrovide me a SSD1963 Based Sample Project using GPIO Interface on a Neucleo-401RE Board.
Ask questions, find answers, and share insights on STM32 products and their technical features.
Posted on February 19, 2017 at 17:57Can Someone Prrovide me a SSD1963 Based Sample Project using GPIO Interface on a Neucleo-401RE Board.
Posted on February 02, 2017 at 12:45Hi,When I load a STM32cubeMX 4.18.0 project with the new 4.19.0 version I get the following warning: 'The Firmware Package (STM32Cube FW_F4 V1.14.0) required by the Project is not the latest version available in y...
Posted on March 02, 2017 at 12:55Hello,I'm developing my application based on the STM32L475.One of my goals is power consumption so I will set the STM32 to Stop1 mode.I have to work with UART and I2C so, to work in Stop1 mode I need the HSI16 to be ...
Posted on March 01, 2017 at 22:17Everybody,How to use USB as Mass Storage Class ?This question is related with SDIO I had done intiating,Which configuration file do I need to change ?I can see drive E on my computer now, but can not read the conten...
Posted on March 01, 2017 at 15:17Hi,Does stm32f429zi support usb in hs mode? i found that PB 14 is required by USB-HS but on that pin red led is connected.Thanks for support.
Posted on March 01, 2017 at 10:06 Hello, I need a 5-pulse modulation to attack two drivers with a resonant tank to create a sinusoidal. I have these 5 pulses created with DMA with TIM_CounterMode_Up, if I set them as TIM_CounterMode_Cente...
Posted on March 01, 2017 at 22:48I have this working on a stmicroF427 part and I am trying to run the same code on a STmicroF103. The only changes are that I used the M3 versions of the library on the F103 part, and the 427 system uses cube and the...
Posted on March 02, 2017 at 21:27I am using an STM32F407 (new to ST and this processor) and I need to be able to calculate sines, cosines, square roots, various other trig functions for a power conversion application. Is there a math library I can ...
Posted on March 02, 2017 at 19:58Hello there,I am having problems with Timers 6 and 7 configuration in STM32F0 device. What I am trying to do is to implement a way to start a timer, restart it (make it count from 0 without stopping) and stop it. Eac...
Posted on February 28, 2017 at 19:19Hi I am about to use the on board a/d convertor for the STM32L0x processor. I have looked in the user manual of the chip and HAL user manual, where it mentions HAL_ADCEx_Calibration_Start() etc. for calibrating t...