STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Bugs using LwIP with FreeRTOS on STM32F107

Posted on January 05, 2016 at 08:20LwIP works with all default settings if FreeRTOS is not enabled. Adding a single MX_LWIP_Process(); in the main loop makes the board pingable. If FreeRTOS is enabled, it gets stuck at HAL_Delay() during the initial...

mb300sd by Associate
  • 418 Views
  • 2 replies
  • 0 kudos

STM32F4 new fsmc tft example

Posted on January 05, 2016 at 15:30I try to make work tft with stm32f4discovery via fsmc, but I can't find any examples for new version of HAL files (stm32f4xx_ll_fsmc.h instead old stm32f4xx_fsmc.h). All old examples has some differences with new. ...

STM32L152 - Low Power Mode

Posted on January 05, 2016 at 14:28Hi,I'd like to implement a 30 minutes interval. During that time I'd like to have the lowest consumption.I'm not sure whether stop mode or standby mode is best. It is written that LSI and LSE only works down to sto...

Incomplete isochronous IN data transfers

Posted on January 05, 2016 at 15:39In reference manual RM0390 for Incomplete isochronous IN data transfers Application programming sequence there is step 3:3. The application must read the Endpoint Control register for all isochronous INendpoints to...

STM32F070 Tamper and Periodic WakeUp

Posted on January 05, 2016 at 11:29Hi all.I'm getting in trouble with STM32F070 RTC-based features availability.Is the periodic wake-up on RTC feature available?Reading datasheet and on-line feature description seems that is present, but HAL documen...

luigi23 by Associate
  • 338 Views
  • 1 replies
  • 0 kudos

STM32F205 SWD-only debugging during sleep?

Posted on January 05, 2016 at 11:53Hi, I recently tracked down an issue with PA15 staying high during Standby (and therefore holding an external component in reset). It only happened in debug builds where we need the debugger to stay attached during...

jamie23 by Associate II
  • 527 Views
  • 2 replies
  • 0 kudos

f427 accesses only part of SDRAM

Posted on January 05, 2016 at 02:42Hello all,I am new around here; please excuse in advance my probably boring query... I have a custom board with an STM32F427ZI together with 256Mb of SDRAM (the chip is an AS4C16M16S). I configured it with the code...

HAL USB odd/even issue for OUT endpoints

Posted on January 05, 2016 at 13:49When preparing to receive the data on OUT isochronous endpoint, the HAL sets up the even/odd flag once when you call the PrepareReceive for that specific frame that is active at that moment.However the data may com...