STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! Why TIMER takes time to start up?

Hi, I have a F439ZI where i have set a simple timer (TIM10) to raise the the HAL_TIM_PeriodElapsedCallback every 1 millisecond.The Bus APB2 for timers runs at 168 MHz so i set in the configuration 168 in the prescaler (result is 1Mhz) and the i set 1...

FCamp.1 by Associate III
  • 1178 Views
  • 11 replies
  • 0 kudos

How to send data from MCU over I2C?

I have array unsigned char data[1024] in RAM , and I need to send them to the display on I2C, this is not problem HAL_I2C_Master_Transmit( data ) works fine. Now I need to send the same data, but so that the sequence starts with a control byte.is I...

Berger1 by Associate
  • 845 Views
  • 2 replies
  • 0 kudos

STM32F407ZG + FATFS + FREERTOS + CMSISv1

Sorry about my English.I am doing a project, where, since I put the CMSISv1, the FATFS is freezing. Before I put FreeRtos, the FATFS work very fine, but now, its freezing. I a using debug, i see that, if using rtos, the fatfs forces the lock file, an...

MSilv.1 by Associate II
  • 950 Views
  • 4 replies
  • 0 kudos

LWIP SNMP

I am having difficulty implementing a snmp agent.The snmpget reading mode is OK.snmpget -v1 -c public 10.55.1.1 .1.3.6.1.4.1.54532.1.1.17.0iso.3.6.1.4.1.54532.1.1.17.0 = INTEGER: 2but I can't write to a variable using snmpsetsnmpset -v1 -c public 10....

RDos by Associate II
  • 1237 Views
  • 1 replies
  • 0 kudos