Forum Post: RE: Gpt Timer as output port
Hello Wasim, You need to be more specific in what you mean by "speed" (do you want a higher frequency or shorter wait period between pulses). 90% of the functionality you require is implemented on the...
View ArticleForum Post: RE: dual ethernet ports
Hello Tim, How are you enabling multiple Ethernet channels? Are you providing separate IP instances for both? Regards
View ArticleForum Post: tx_mutex_get returns error in threadx synergy
Hi all, I have created a timer where i call some function. In that function when i try to acquire the mutex using threax api tx_mutex_get(&m_hTimerMtxLockHandle, TX_WAIT_FOREVER); it returns...
View ArticleForum Post: RE: tx_mutex_get returns error in threadx synergy
Hello Dhiraj, Mutexes can only be owned by threads. You cannot get a mutex from within hardware interrupt routine (timer interrupt?). Regards
View ArticleForum Post: RE: tx_mutex_get returns error in threadx synergy
Hi KAROL, Thank you for the help. Is there any alternative way to lock the resources ? Thank you :)
View ArticleForum Post: RE: Does Ethernet PHy require external interrupt?
Thanks for the info, Karol. If the functionality is the same, Steves question remains. Like him I dind't found any obvious connection between LAN functionality and the IRQ-DS, it seems only enabled as...
View ArticleForum Post: RE: dual ethernet ports
Karol yes each one is set up with a different IP address and instance name.
View ArticleForum Post: RE: tx_mutex_get returns error in threadx synergy
Hello Dhiraj, You can check for event flags or semaphore when accessing the data. What "resources" do you want to lock? Regards
View ArticleForum Post: RE: Gpt Timer as output port
Dear Karol, I want to use timer as blinking LED in different time periods, I am using GTIOC6A _A: P400 . I am using channel "6". but i dont know how to use it as PWM mode and its configuration and...
View ArticleForum Post: RE: Gpt Timer as output port
Dear Karol, I want to use timer as blinking LED in different time periods, I am using GTIOC6A _A: P400 . I am using channel "6". but i dont know how to use it as PWM mode and its configuration and...
View ArticleForum Post: RE: Does Ethernet PHy require external interrupt?
The IRQ line from Ether PHY is not used by current sf_el_nx implementation. It can theoretically be used for wake-on-LAN signals or to communicate with PHY only on interrupt (rather than...
View ArticleForum Post: RE: Gpt Timer as output port
Hello Wasim, Have a look at the following timer configuration ("Mode" is the key setting): After opening your timer, you can adjust the blink rate using g_timer.p_api- periodSet(g_timer.p_ctrl,...
View ArticleForum Post: RE: USB protocol without ThreadX
USB is easier to implement, troubleshoot and maintain with an RTOS. With a 32 bit MCU and reasonable RAM/ROM there's really no point in not using ThreadX.
View ArticleForum Post: RE: using netX protocols with a wifi module
Thanks Karol I expected i had to make a driver. Something to do then.. Dig
View ArticleBlog Post: Decreasing Time to Market and Stress Levels Simultaneously
In an industry that is always changing, the one constant that has remained through-out my career is that developers can never get features implemented fast enough. Companies and managers have delivery...
View ArticleForum Post: Crypto APIs crash when called
If you are using crypto APIs and you hit the Default Handler, please continue to read. Some of the crypto APIs e.g. createKey(), encryptFinal(), addAdditionalAuthenticationData() crash when called....
View ArticleForum Post: RE: Update to Creating Custom BSP App Note
Hi WarrenM , Unfortunatly I cannot access your posted link for correction . " The certificat is valid ONLY for the following names : *.mindtouch.us, mindtouch.us Error code :...
View ArticleForum Post: RE: Update to Creating Custom BSP App Note
Hi WarrenM , Unfortunatly I cannot access your posted link for correction . " The certificat is valid ONLY for the following names : *.mindtouch.us, mindtouch.us Error code :...
View Article