Hello Community,I am getting no defination found error for below function for STM32H7A3ZI MCU in IAR IDE.__get_interrupt_state()__set_interrupt_state()__enable_interrupt()__disable_interrupt()Can anyone help to understand the problem. Thanks in Advan...
Hello Community,I need to port my Application written using ThreadX v5.9 to STM32H7 MCU. For that I want to know that Can I find sample project for STM32H7 series with ThreadXv5.9?Or which versions are supported on ThreadX for H7 Series MCU?Also, I a...
Hello community,I need to control RTS and CTS signals in my application.But, It looks like STM internally controls these signals.Can anyone suggest better way to control them in my application.Thanks,Hiren Bhuva
Hello Community,I want to use __no_init CHAR gPassthruMode[4] @ APP_WORKSPACE_BLOCK_START;Here APP_WORKSPACE_BLOCK_START is the flash address.Can anyone suggest, how can we use this.Thanks in advance,Hiren
Hello Community,I am new to STM8. I have used STM32 Cube IDE. I want to check the code size of the GPIO example for STM8L101F3U6ATR MCU.I can not find example codes in STM32 cube mx.Can anyone please tell me the approx size of GPIO example.Thanks,Hir...
Below is typical sequence of the calling.iIrptState = __get_interrupt_state();__disable_interrupt();/// Crtiical region code__set_interrupt_state(iIrptState);I am trying to port the given logic for STM32 in IAR. The functions looks like internal func...
Hi @Community member and @TDK ,Thanks for quick reply.@Community member , I am looking in Source and header both the files.@TDK , Yes, They are using __enable_irq() and __disable_irq(). I am not sure weather they are same or different. If they a...
Hi @Jaroslav BECKA ,Thanks for quick reply.I am using X-CUBE-AZRTOS-H7 as you said. And I am able to open the project in INAR version 9.10 for STM32H7A3AI MCU. However I am not able to open it in IAR version 7.40. I am not able to understand the rea...
Thanks @TDK for quick response,I am using STM32F401RET6 MCU.I need to take decision when CTS is asserted. Can I control them in application?Thanks,Hiren