STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

F767 EMAC Debugging Suggestions

Posted on October 30, 2016 at 02:22Hi,I'm attempting to bring up LWIP under FreeRTOS for an F767 on a Nucleo board. I'm using code generated by Cube. This is my third STM32 project and I'm very comfortable using an RTOS but I am just becoming acquai...

kenny by Associate II
  • 505 Views
  • 2 replies
  • 0 kudos

How can I import image in C code ?

Posted on November 03, 2016 at 23:27Hi I am doing some experiments with STM32F469I-Discovery, in some example with LCD there are images (e.g. life_augmented_argb8888.h). How is possible convert an image create with Photoshop in code similar to: cons...

livio by Associate II
  • 744 Views
  • 3 replies
  • 0 kudos

big const table overflow the RAM

Posted on November 03, 2016 at 00:58I'm using a STM32F411 with an audiocodec driven by I2S stream. I'm runing out of RAM, so I'm trying to move OutputBuffer (the buffer that I use to create sound and used ond HAL_I2SEx_TransmitReceive_DMA). This buf...

leonardo by Associate III
  • 1275 Views
  • 11 replies
  • 0 kudos

EOC flag clears when entering ISR

Posted on November 04, 2016 at 16:59 When I start the ADC conversion the code jumps to ADC1_COMP_IRQHandler In ADC isr the EOC flag clears after first assembly instruction of isr code. So when I check for EOC flag if is set...the flag is already...

ionutF by Associate III
  • 750 Views
  • 2 replies
  • 0 kudos

UART and USART problem

Posted on November 03, 2016 at 15:40Hi I had configured a the UART_DMA_ hyperterminal program for the evaluation board newly by cubemx and its working fine by USART_1. But whenI configured it for UART_8 for my mcu its sending the characters but I ca...

dixon by Associate II
  • 780 Views
  • 4 replies
  • 0 kudos

STM32F103CB ADC Long Term Stability / temperature drift

Posted on November 04, 2016 at 14:31Hello,We are planning to discharge a Li-Ion battery and measure the voltage of the battery with a STM32F103CB. This voltage should be used to terminate the discharge. We plan to calibrate the ADC of the STM32F103C...

STM32f4 Discovery : Target not found

Posted on November 04, 2016 at 14:32Hi guys. I was working with this board and it works well. But suddenly when i wanted to build and run my code (Attollic True Studio) into the board again it show an error that it failed to connect to ST-Link. Reas...

STM32F3-Discoveryboard confusion about LED's

Posted on November 04, 2016 at 12:42I've compiled and linked the original  sources without modifications  of the board. After upload and starting the demo with the debugger the initialisation should start with LED3. here the code snipped:  /* Initia...

hhosburg by Associate II
  • 338 Views
  • 0 replies
  • 0 kudos