Resolved! GHI FEZ Cerbuino Bee boards
Posted on February 18, 2016 at 20:56Anyone one got any of these spare, or gathering dust?Drop me a line via usual email address (see avatar profile)
Ask questions, find answers, and share insights on STM32 products and their technical features.
Posted on February 18, 2016 at 20:56Anyone one got any of these spare, or gathering dust?Drop me a line via usual email address (see avatar profile)
Posted on March 06, 2016 at 21:01 Hello Everyone. Transferring data via USART2; I have some problem. Hope to see a recommendation! I am doing as this : Sending data to PC on TX line normally without any Interrupt and receiving data from PC o...
Posted on March 08, 2016 at 09:27I am using STM32L476RG/F401RE nucleo board and trying to view the output of printf of float value on the terminal I/O.I am using IAR.But what I am getting is this : value = %ffor the below code : float value = 168/2...
Posted on March 08, 2016 at 17:11I tried importing the IAR example (STM32-P405) using the eclipse plug-in but was unsuccessful, I kept getting an exception. I don't remember exactly what the exception. So then I duplicated the project in Eclipse. I ...
Posted on March 08, 2016 at 14:30Hello, For my application I am writing an i2c slave that uses polling mode. I noticed that the slave_receive function implementation is not practical. HAL_StatusTypeDef HAL_I2C_Slave_Receive(I2C_HandleTypeDef *hi2c, ...
Posted on February 23, 2016 at 11:29I’ve added LWIP library to my embedded project. Microcontroller STM32F107VC. When I initialize the LWIP LwIP_Init(); I get some errors: section `.bss' will not fit in region `RAM' region `RAM' overflowed by 18004...
Posted on March 08, 2016 at 16:02Dear All,I am using an stm32F4discovery ( stm324f07vgt) to capture images coming from a camera OV5642, i would like to use DCMI but when i create a new project in STM32CubeMX to generate DCMI code, i note that there...
Posted on March 07, 2016 at 18:23Hello everyone,I tried to import an usb library in Atollic TrueStudio . I receive this error ''fatal error: usbd_msc_mem.h: No such file or directory''.In fact that is such ''file or directory'' included in my projec...
Posted on March 08, 2016 at 16:40The original post was too long to process during our migration. Please click on the attachment to read the original post.
Posted on August 26, 2013 at 14:21 Hello, is it possible to configure the PWM Outputs to drive all three Channels with the same Dutycycle, but starting delayed (Phaseshifted)? I configured the PWMs with a common Timebase TIM1. Is there a chance to u...