STM32F303K8 DAC problem
Posted on July 14, 2017 at 13:38The 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 July 14, 2017 at 13:38The original post was too long to process during our migration. Please click on the attachment to read the original post.
Posted on August 22, 2017 at 13:14Hi sir I'm working on STM32L476VG board for this i want to do communication with User USB as Device and PC as host could you please help me for driver to access user USB or tell me what i have to do to access user...
Posted on August 09, 2017 at 04:04Hi, I am currently playing with micropython on NUCLEO-L476RG and get it flashed and working using STLINK Utility V3.9.0But then when I update to STLINK Utility V4.0.0, using the same exact .HEX files, It stop workin...
Posted on August 22, 2017 at 12:25The device is STM32F746NG-DISCO, and I measure the execution time of single instruction by this ways:int a=0; int b=255;while(b--) { a++; }make breakpoint and watch the value of States. And by this, I found that for...
Posted on August 20, 2017 at 21:37Hello! I'm using spi peripheral on STM32f042f6p6 and faced with strange situation: spi works only if system clock is PLL and HSE is PLL source. I have tried HSI, HSI48, with them spi does not work at all: neither tr...
Posted on November 09, 2015 at 05:13Hello, I am trying to use the STM32F4 HAL Drivers to read a 50 Hz PWM input signal and an A quad B encoder signal on an STM32F4 Discovery board, but the TIMx_CNT register is NOT incrementing on the external trigg...
Posted on August 22, 2017 at 10:37Hello!I am implementing a state machine which is driven by interrupts on the STM32F437IIT6.The interrupts occur as a result of using the HAL_SPI_Transmit_DMA() function.While testing my program i have noticed that w...
Posted on August 22, 2017 at 09:46We are using quite a few stm32 MCUs from 401 to 439, and our program becomes more and more complicated. In order to avoid possible deadloop, we have used watchdog to rescue the system, basically it is working well n...
Posted on August 22, 2017 at 09:07I need to restart my application without starting the bootloader or any reset (Watchdog, Soft-Reset,....).Processor: SMT32F207Bootloader start address is 0x08000000, application is starting at 0x08020000.The recomme...
Posted on September 18, 2015 at 23:30I have been working on porting code for a STM32F405 based board to a newer board that uses the STM32F446. I have been having troubles getting USB to work. See [DEAD LINK /public/STe2ecommunities/mcu/Lists/cortex_...