swv data trace
Posted on January 19, 2018 at 17:07hi ,Need for steps to watch a curve(analog output) on swv data trace ( new version of attolic )
Posted on January 19, 2018 at 17:07hi ,Need for steps to watch a curve(analog output) on swv data trace ( new version of attolic )
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, ...
Posted on January 19, 2018 at 10:25The original post was too long to process during our migration. Please click on the attachment to read the original post.
Posted on May 17, 2017 at 08:26Using W7 with latest version of TrueSTUDIO V7.1.2.Latest version of STM32CubeMX V4.21.0 eclipse plugin.Start project in STM32CubeMX for Nucleo-F030R8 or Nucleo-F072RB and start defining setup.CubeMX often requests to s...
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...
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...
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 ...
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...
Posted on January 19, 2018 at 12:10I am writing a simple timer1 based counter derived from internal clockAs soon as TIMx->CR1 |= TIM_CR1_CEN; is executed the counter is overwritten to 0(irrespective of any value stored in CEN register, if it is writ...
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...