SPWF04 MicroPython Timers
Posted on June 23, 2018 at 12:59I am trying to implement/run Timer on SPWF04S. I loaded script (to RAM 2) from example:import pyb a=pyb.Timer(2) a.init(freq=20) led=pyb.LED(2) def toggle(l): l.toggle() ...
Ask questions, find answers, and share insights on STM32 products and their technical features.
Posted on June 23, 2018 at 12:59I am trying to implement/run Timer on SPWF04S. I loaded script (to RAM 2) from example:import pyb a=pyb.Timer(2) a.init(freq=20) led=pyb.LED(2) def toggle(l): l.toggle() ...
Posted on June 22, 2018 at 22:11The stm32l4 parts can exit standby/shutdown on either a rising or falling edge of a wake up pin ? Are there any timing constraints ? For example, the adxl362 generates 20 usec pulses in some modes. Is this guarant...
Posted on June 22, 2018 at 21:29Humph. I'm running Windows 7 64 bit, and when I run CLI, it just shuts down after listing the option bytes commands. Anyone have some experience that can help? I did restart the computer after updating to 3.2.0.0, to ...
Posted on June 22, 2018 at 22:26I try to read the data from the inertial unit with frames of different size for this I need to read the data via the STM32F446 uart, but the functions available with HAL uart do not allow it.
Posted on June 22, 2018 at 06:48그림ì—� 표시ë�œ 부품ì—� 대한 ë�°ì�´í„° 시트를 ì–»ê³ ì‹¶ìŠµë‹ˆë‹¤. ì�´ ì œí’ˆì�„ ì–´ë�?�?ì—�서 검색해야합니까?
Posted on June 21, 2018 at 19:24 I followed some examples to create a CubeMX code to configure TIM1 on my STM32F103C8T6 as an Encoder. My encoder is a cheap 20 PPR one that comes with a breakout board. I've hardware debounced it using a 10K and 0...
Posted on September 11, 2017 at 10:03My tool chain is STM32F429 with STM32CubeMX, and MDK.I'm using SPI4 to read data from a ADC, though I configure SPI4 as 'duplex master', I only need to read from it. When not using DMA, I call 'HAL_SPI_Receive()...
Posted on June 22, 2018 at 00:07Looking for assistance on getting printf() working with the Nucleo-L452RE-P board (MB1319 B-01) using the built-in ST-Link (not UART, and not semi-hosting). I get output in the console, but the text doesn't match. E...
Posted on June 22, 2018 at 16:12Hi all,I just developed a CPU custom board for an audio equipment complying with fire evacuation system standards which the production should start in a couple of months; I used a QSPI flash containig configuration da...
Posted on June 21, 2018 at 16:19hello Iwant to display messages on Console.I write printf but it is not displayed in the console I am using Atollictruestudio .What to do please ? is there a configuration I shoud make ?? Thank you in advance for your...