NucleoF446RE USART3 not work. Please, See my source.
Posted on January 30, 2016 at 17:50.
Ask questions, find answers, and share insights on STM32 products and their technical features.
Posted on January 30, 2016 at 17:50.
Posted on January 31, 2016 at 17:30HelloI am gathering info for a project device that would be HTTPS client sending data to specific server, I found this AppNote for lwIP http://www.st.com/st-web-ui/static/active/en/resource/technical/document/user_...
Posted on January 22, 2016 at 10:37Guys, I tried to use SPI2 and FATFs on STM32CubeMX, but I found two files with the same function, which one should I modify to make it work ? thanks
Posted on February 01, 2016 at 06:21Good afternoon.I have problem control of disable and enable all interrupts in this processor.Compiller ''arm-none-eabi-gcc'' say me:''bridge.s:400: Error: selected processor does not support Thumb mode `mrs r2,pri...
Posted on February 01, 2016 at 10:26 I want to generate an interrupt after 2 seconds and I am running at 32 MHz. However, my interrupt is issued as soon as I enable the interrupt. What am I doing wrong? void testTimer4(EventCallback_t...
Posted on January 30, 2016 at 23:13See line 678 :while (__HAL_RCC_GET_SYSCLK_SOURCE() != RCC_SYSCLKSOURCE_STATUS_PLLRCLK) The intend is to check System clock switch status (SWS field of RCC_CFGR) after writing to System clock switch (SW field of R...
Posted on January 31, 2016 at 12:37Hello, I have recently installed STMStudio on my computer. The problem is that I can't launch the program. My operating system is Windows 8.1, I have installed Java JDK and JRE 8u71 in both 32bit and 64bit versions...
Posted on February 01, 2016 at 11:01Good morning. Im using the STM32F407 Discovery Board with CooCox IDE. A lot of people had trouble with using a SSD1963 Controller here in the Community. Does anyone successfully finalized this project? Im looking ...
Posted on February 01, 2016 at 09:19 Hello there, I am using STM32F4. I am trying to use ADC1 to meassure 2 voltages (on channel 8 and channel 7). I want to do it one by one, in polling mode, but I cant figure out how to tell the MCU to chan...
Posted on February 01, 2016 at 04:51Hi: My project use STM32F427compiled at uVision 5.11, I use USB library V2.1.0 for MSC Host class. It builds OK and works OK. Then I try to merge HID host lib, now the compiler report link error L6985E when I add ...