STM32L476 multiple channel ADC and DMA issues
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.
Ask questions, find answers, and share insights on STM32 products and their technical features.
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...
Posted on January 19, 2018 at 11:49I am working on STM32 discovery board to develop a counter functionality of the timer1 using internal clock cycles.The update interrupt flag goes high every time the (CNT ==0) also as soon as I enable the counter t...
Posted on January 19, 2018 at 11:23Hi all,I am trying to implement a milli and microsecond delay, most importantly a micro delay as milli is obviously provided by the HAL libraries. My knowledge of timers is quite limited so I might be missing some ...