• ethernet connection program stm32f4 discovery board
    Hi, I am doing my pump project using stm32f407vg controller. I want to control my device through pc. where i have developed a .NET software for various parameters. through that i want to control the...
  • regarding pwm issue in stm32f4 discovery board
    hi all, i am using the stm32f4 discovery board to drive my stepper motor in the rpm of between 0.001 to 500 RPM. for this i am using pwm. my clock frequency is 32MHZ and prescale for ABP1 is divided...
  • CMSIS osThreadFlagsSet() API
    Hi, I am using CMSIS Free RTOS. I see osThreadFlagsSet() function is using xTaskNotifyFromISR() and xTaskNotifyAndQueryFromISR() APIs. I understand their usage. As per my understanding (void)xTaskNotifyAndQueryFromISR...
  • SAM4S Bootloader Jump Address Offset
    Hi everyone, Apologies for asking a very similar question to those that are out there already, but this is my last hope as I have scoured Atmel and arm forums for a solution that works for me, but not...
  • Where is M4 hardware breakpoint address?
    Hi I'm learning cortex m4 debug feature, I'm using stm32f407 discovery with openocd in ubuntu I'm trying to understad breakpoint feature, I can set breakpoint address in openocd and chip will stop...