STM32F401: One DMA Stream Per PWM Channel on Timer3
Posted on July 16, 2015 at 08:37The original post was too long to process during our migration. Please click on the attachment to read the original post.
Posted on July 16, 2015 at 08:37The original post was too long to process during our migration. Please click on the attachment to read the original post.
Posted on February 12, 2013 at 16:18Hi,I am trying to control an ILI9341 LCD driver using FSMC interface. The CS driver pin is responsable of switching between sending Data or command and I think that I should connect it to one of the FSMC address l...
Posted on July 23, 2015 at 12:37i have stm32 discovery board i have problem 1- the usbd_hid_core.c file is for mouse examble only (send report only) 2-i want to usb hid function for receiving my data(64byte report) anyone can help me please. i'm...
Posted on July 22, 2015 at 23:24Hi. I have another question... :)I use STM32F103c8 MCU and it has only 16-bit timers. I need a 32-bit timer with high resolution (72 MHz). I made it with connecting two 16-bit timers (one as master, second as slave). ...
Posted on July 18, 2015 at 15:11Hi,I would like to know if I can use this MCU in order to store some bytes in persistent memory area. I took a quick look at the datasheet but I did not see anything. Anyone know the best way to save some bytes to be ...
Posted on July 18, 2015 at 19:02 i using stm23f429 as can controller for servo drive but some time i have over run problem. i check the signals by oscope and understood that , some time fifo of canbx dose not being empty even a can massage trans...
Posted on July 23, 2015 at 15:17Hello! I have 13 STM32F100C8 and I see( Keil memory windows ) at 0x1FFFF7e8 ( contiguous12 bytes) very strange ''so called'' Uniqe Ids - see below.ffff8a07ffffffffffffffff, ffff8807ffffffffffffffff , ffffa007f...
Posted on July 22, 2015 at 15:35How to change mail id for this forum
Posted on July 21, 2015 at 17:47Gee whiz! how about popping up an error message if the .ioc file is write protected and the user hits save and then exits!Crap. Good thing my changes were not extensive but highly irritating nonetheless.
Posted on July 22, 2015 at 18:20 I need to disable the VVDA monitor at power down reset (PDR). To do this, it needs to write in the option bytes register. I did the following code. //Disable VDDA MONITOR in option bit uin...