STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Hi, Is there any Evaluation kit available for STM32F407IG. Also please suggest whether I can get the reference schematic for the same part. Please suggest? Regards, Karthik

Basically I am planning to use STM32F407IG part for one of my design do it would be of great help if I get the refernce design(schematics) for the same part.Also Please suggest whether this part supports SIM900 GSM module?since I habve tight time sc...

my lcd nit doesnt happends some of my devices

hello ,i want to have your advice in general:We use lcd 16x2 for our master device and 20x4( lcd needs 5 v power) for the end devices, in both we use keyad to make a PİN OUT RESET OF THE STM CHİP ,But for some device the lcd init happens very good fo...

Resolved! the Flash of STM32F100C8T6 is 64K or 128K ?

I have a product that needs to write parameters to Flash.I saw on the website and datasheet all tell me STM32F100C8T6 is 64K Flash,Flash 1K per page, total 64 page,the finnal page is page 63,however I made a fault I made a fault I write parameters t...

cTomm by Associate II
  • 645 Views
  • 2 replies
  • 0 kudos

HardFault error using lwIP TCP stack and freeRTOS!

Dear friends,I am trying to create a TCP server using lwIP and netconn APIs for STM32F407VGt6 MCU and recieve data from a PC software program which acts as a TCP client.The MCU recieves all the data correctly from PC software in multiple packets and ...

Mujtaba by Senior
  • 1434 Views
  • 4 replies
  • 0 kudos

Random behaviour while using ADC on STM32f030cc

Hello.I'm using STM32f030CC in which we have to use 2 ADC channels.Following is the Initialization part. ADC_InitTypeDef stADC_InitStructure; GPIO_InitTypeDef GPIO_InitStructure;   RCC_AHBPeriphClockCmd(RCC_AHBPeriph_GPIOB , ENABLE); /****...