STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

A suggestion for the CubeMX team... 2

Posted on May 30, 2017 at 16:11I'm using System Workbench for STM32 with CubeMX. I'm working with STM32 from a year more less. All my projects are written in C++ and they have got a main.cpp file instead of main.c.When I generate code using CubeMX, ...

How to correct my code in case of an abnormal branch

Posted on January 19, 2018 at 09:51Hi.The below function is called by a few events.int sendDeviceEvent(int idx, char type){ int result; char *buff; if(type == TYPE_REG) { makeRegInfo(idx,buff);  sendInfoToSlave(buff, sizeof(sRegPoll));  } else if(ty...

Kim.Andy by Associate III
  • 1010 Views
  • 4 replies
  • 0 kudos

CAN İ USE PB2 AZ ANY DİO

Posted on January 09, 2018 at 10:06HELLO because luck of pins we need to use pin PB2 AZ DİO TO READ OR WRİTE, Ä°S İT POSSİBLE MXCUBE ACCEPTS THAT BUT DO ANY ONE HAS A İDEA BECAUSE WE ARE DESİGNİNG A PCB WE DONT WANT TAKE A RİSK THAT İT WİL...

i2c slave or master ???two carts stm32

Posted on January 19, 2018 at 10:29hello i need to use i2c to exchange data between two stm32f103c8 , one sends datas the other blinks and in both sides sends and receive to each other , i use a simple exemple but in one side it works one is master ...

STMl032cz discovery board UART programming

Posted on January 19, 2018 at 07:46i am using STMl032cz discovery controller, and IAR to write the code. I have written simple code for UART using polling method, but not able to transmit the data and see it on tera term. I am new with this can chec...

STM32F072 Discovery: USB Custom HID slowness

Posted on November 05, 2016 at 18:27Hello everyone,I am trying to get off the ground with the STM32F072 in USB Custom HID mode.For starters, I followed this simple tutorial: https://www.youtube.com/watch?v=xufZyQf4O7YIt goes through the following ba...