STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

LWIP , HTTP and HTTPS,

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_...

kareemkna by Associate II
  • 1324 Views
  • 1 replies
  • 0 kudos

user_diskio.c and diskio.c ??

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

Qestion about specific of STM32F3x core

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...

Bug in stm32f4xx_hal_rcc.c/version V1.4.3

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...

STMStudio Installation and Launch

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...

STM32F4 + SSD1963

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 ...

Change ADC channel

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...