Warmin up resistor with PID controller
Posted on December 05, 2015 at 14:30How you can warm up resistor. I have the task of warming up resistor to set the temperature with PID controller via usart. Please help ! microcontoller: STM32F411RE
Posted on December 05, 2015 at 14:30How you can warm up resistor. I have the task of warming up resistor to set the temperature with PID controller via usart. Please help ! microcontoller: STM32F411RE
Posted on June 17, 2015 at 09:34 Hi, I have an STM3240G-EVAL board and I try to configure the USB-HS with the SD-Card. I have seleccted: - USB-OTG-HS: External Phy - Device_Only - SDIO: Mode - SD 1 bit - USB_DEVICE: C...
Posted on December 04, 2015 at 19:22Hi, In a goal of a personal project, i am trying to profile energy consumption of an ARM MCU board, so i take the ''stm32F407 discovery kit'' as an experiment example.In my power measurement experiment i always ge...
Posted on December 04, 2015 at 16:46I am working on a Nucleo152RE using EmBitz. The code generates a PWM signal (200Hz 50% duty-cycle) on PB8 (TIM4 channel 3) (It works, I tested with an oscilloscope), then gives this signal as input to PC6 (TIM3 ch...
Posted on December 04, 2015 at 15:06Hello,I am working on in-application programming of STM32F427, 1MB flash. I have set the DB1M bit in the flash option control register, so the flash memory is organized as two banks of 512 Kbytes each. I am trying...
Posted on December 05, 2015 at 09:10Hi I'm trying to get the RTC work on STM32F746G-DISCO Board. The problem I'm facing is the calendar counter except SubSeconds stop counting after calling the function HAL_RTC_GetTime() since the first time. I've t...
Posted on December 01, 2015 at 10:50We want to migrates our platform from STR710 to Stm32F4x ,Can Usart of STM32F4X(Smartcard mode ) connectes the Smartcard Pin without the ST8024 ? #smartcard
Posted on December 04, 2015 at 09:47Today I've updated CubeMX to 4.11.0 version and library for L0 series to 1.3.0 version. I wrote a Project include USB Custom HID, ADC , DAC ... everything work fine except USB Custom HID. It work but speed is too ...
Posted on December 03, 2015 at 10:19Hello. I use ltdc interface to communicate with 800*480 tft screen. I need to rotate the image by -90 degress. Is it possible to do it by hardware? Software do it too slow.
Posted on December 04, 2015 at 00:15Hi, I'm new to using both STM32Cube and the FreeRTOS it provides support for, and I am trying to follow the tutorials and the FreeRTOS manuals online to create 2 separate tasks to manage the two I2C busses on our...