How to connect STM32F103ZG to LabVIEW?
Posted on August 19, 2014 at 18:28Does anyone know how to prepare the USB communication from the STM to LabVIEW?
Ask questions, find answers, and share insights on STM32 products and their technical features.
Posted on August 19, 2014 at 18:28Does anyone know how to prepare the USB communication from the STM to LabVIEW?
Posted on August 23, 2014 at 11:29hi everybodyi want to have 8 channel pwm input and 8 channel pwm output in stm32f407vgt6here is the table of timers in this micro . i also want to have a time scheduling .from your perspective which combination of t...
Posted on August 25, 2014 at 18:22 Hi, i recently restarted the atempt to configure the stm32f407VG discovery board as a virtual com port. Now its detected ok by windows 7, i can see it in the device manager, looks like the usb is initialized c...
Posted on August 25, 2014 at 09:18Hello,I am trying to use DMA to transfer data from a buffer in RAM to a GPIO BSRR port triggered by a timer. Due to the way the hardware is laid out I am committed to using TIM5 as the trigger. The DMA trigger is ...
Posted on August 25, 2014 at 08:23Containsorwill bein the next releaseincludesupportforSTM32CubeconfigurationEXTI? For exmple for STM32F0 and mappadle GPIO on external interrupt vectors.
Posted on July 18, 2014 at 15:46I would like to set a Vcore voltage range to 1.5V and then back to default 1.8V on STM32L1xx for some code execution. I did not found anywhere the correct procedure, what everything has to be change, but generally it ...
Posted on August 23, 2014 at 09:13Hello Sir,I'm facing the problem with external interrupt while using debugger. I'm using PC14 as external input key and PA15 as normal input key. So,when I was using debugger if I pressed the normal key(PA15) it is ...
Posted on August 18, 2014 at 17:08 I'm trying to connect this port to i2c standard PCF8574 I/O expander. And I can't get it to work. My GPIO init code: RCC->APB1ENR |= ( RCC_APB1ENR_I2C1EN | RCC_APB1ENR_I2C2EN ); RCC->AHBEN...
Posted on August 24, 2014 at 14:11Hi,Does any documentation or doxygen exists for USB device library (exacly for HID)?I try to deal with that library but I couldn't find any documentation which might explain me what are proper function used for.Than...
Posted on August 22, 2014 at 10:37Hi, I'm compiling Demonstration on STM32F429I-Discovery_FW_V1.0.1 was work fine. Now I fixd RTC_Configuration() on rtc.c for 32.768kHz LSE driven as below:int8_t RTC_Configuration(void) { RTC_Error = 0; /* Enable...