Not compiling...
Posted on August 02, 2016 at 18:37What version of HAL/etc do you have? I'm not having any luck compiling it with my kit (Keil uVision 5, set to use the F030R8 processor and the 1.4.0 stm32f0xx_hal.h)...
Posted on August 02, 2016 at 18:37What version of HAL/etc do you have? I'm not having any luck compiling it with my kit (Keil uVision 5, set to use the F030R8 processor and the 1.4.0 stm32f0xx_hal.h)...
Posted on August 01, 2016 at 20:55I am working on a project that would benefit from a timer whose speed could be changed in real time within the program. Right now I have a timer set up with Tim_CMD, but the prescaler for that is set when it is init...
Posted on August 02, 2016 at 14:00Hi, I would like to evaluate ST's motor control libraries. I have the motor control workbench, which looks great. I would now like the software libraries - the actual motor control code, PMSM, not BLDC, so I can l...
Posted on August 02, 2016 at 14:43I use two ADCs, working together on two different signals.These two signals have the same frequency and amplitude. They are shifted, Signal 2 has a phase of 90°.The DMA put the converted values in an array. This arr...
Posted on August 01, 2016 at 14:50 The original post was too long to process during our migration. Please click on the attachment to read the original post.
Posted on August 01, 2016 at 14:01Hi,I am using STM32L4 with FreeRTOS.I have configured the USART3 Rx as Interrupt HAL_NVIC_SetPriority(USART3_IRQn, 4, 0) and am using the Tx as Polling.Without entering the SLEEP mode, if I send data on USART3 from ...
Posted on August 01, 2016 at 23:20Hello,I'm using the stm32f769i-disco board. There is a onboard st32link debugger which makes possible to flash/debug the board via USB.Can I replicate this part on in my design? If i put the same ARM for stm32link i...
Posted on July 29, 2016 at 17:46I'm using STM32F746ZGT6 device.I select SPI2 and software gives me 27,28,69,73 pins.But there are other pins that can be used for SPI2.73,74,75,76 for instance.How to make software to show other sets of pins?Thanks
Posted on July 19, 2016 at 17:32Hi,I'am starting a new project and I will need to interface the STM32F4-discovery with a camera ( 5mp ),can you suggest me a DCMI camera module with 5mp resolution
Posted on August 01, 2016 at 16:28Hi,I’m using a stm32f103 to generate center aligned PWM on which i have synced a dual regular simultaneous injected mode ADC conversion.I’m using TIM4 as source of the PWM signal and, to launch the ADC acquisition a...