2021-08-23 05:05 AM
Hello @Khouloud ZEMMELI ,
I have request with regards to TIMER_TASK_PRIORITY setting available under FreeRTOS -> Configuration Peripherals (with CMCIS V2 in use, which will set / Enable USE_TIMERS).
I believe it is not a good practice to use a constant value for TIMER_TASK_PRIORITY. Below are my reasons for it.
What is currently working:
I had earlier requested for setting of some UART and CAN configurations with help of macros. This was provided (possibly) with STM32CubeMX version 6.0.0. I do get a warning (when generating the code) that the UART and CAN peripherals having some warnings that must be fixed, however I continue with code generation. I have a custom Header file that I include to all C files that use the macros. The custom header file defines the macros that were made known to the STM32CubeMX.
Request:
Please help with following:
Please refer to the attached screenshots and share your views.
Thanks,
Rajeev
2021-08-23 06:19 AM
+1 for #3 (Allow to use a User Constant in numeric fields)